From 909774c5d3193f4887d81fff6b3b72407b69611a Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 18 Jul 2026 13:49:45 +0200 Subject: [PATCH] build(deps): bump curl from 8.19.0-r0 to 8.20.0-r0 --- pdf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf/Dockerfile b/pdf/Dockerfile index 164d997..f9f48bf 100644 --- a/pdf/Dockerfile +++ b/pdf/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.19.0-r0 \ + curl=8.20.0-r0 \ ghostscript=10.06.0-r0 \ git=2.52.0-r0 \ jq=1.8.1-r0 \