From 9ea7f73a30f8160e0c2e40d07343a50100e68b62 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 15 May 2026 20:55:08 +0200 Subject: [PATCH] build(deps): bump curl from 8.17.0-r1 to 8.19.0-r0 --- qrcode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrcode/Dockerfile b/qrcode/Dockerfile index fb38217..9c380cb 100644 --- a/qrcode/Dockerfile +++ b/qrcode/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 \ libqrencode-tools=4.1.1-r3 \ py3-pip=25.1.1-r1 \