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 \