From fbc4ea216dad2357c9ae4e5e59f9336115f8f99d Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 4 Sep 2026 23:22:46 +0200 Subject: [PATCH] build(deps): bump curl from 8.21.0-r0 to 8.22.0-r0 --- rtf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtf/Dockerfile b/rtf/Dockerfile index 0128123..6789295 100644 --- a/rtf/Dockerfile +++ b/rtf/Dockerfile @@ -14,7 +14,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"] RUN apk upgrade --no-cache \ && apk add --no-cache \ coreutils=9.11-r0 \ - curl=8.21.0-r0 \ + curl=8.22.0-r0 \ git=2.54.0-r0 \ pandoc-cli=3.10-r0 \ py3-pip=26.1.2-r0 \