We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109bb2f + b82a278 commit d9148daCopy full SHA for d9148da
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM python:3.14-alpine3.23@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345
+FROM python:3.14-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510
2
3
-RUN apk add --no-cache curl
+RUN apk add --no-cache curl && apk upgrade --no-cache zlib
4
5
COPY LICENSE \
6
README.md \
0 commit comments