From ef794f2824310abaaf99d466bbb0e65e51f30d8b Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 15 May 2026 20:55:53 +0200 Subject: [PATCH] build(deps): bump curl from 8.17.0-r1 to 8.19.0-r0 --- rtf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtf/Dockerfile b/rtf/Dockerfile index e30f154..6253c94 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.8-r1 \ - curl=8.17.0-r1 \ + curl=8.19.0-r0 \ git=2.52.0-r0 \ pandoc-cli=3.8.2.1-r0 \ py3-pip=25.1.1-r1 \