We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0e281 commit 5484027Copy full SHA for 5484027
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
## Image name: c65sdn/python3
2
3
-FROM python:3.13-alpine3.22
+FROM python:3.13-alpine3.23
4
5
RUN apk add --no-cache su-exec && \
6
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
0 commit comments