Skip to content

Commit 56f6c25

Browse files
committed
3.13/alpine 3.21
1 parent 3ff4874 commit 56f6c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Image name: c65sdn/python3
22

3-
FROM python:3.12-alpine3.20
3+
FROM python:3.13-alpine3.21
44

55
RUN apk add --no-cache su-exec && \
66
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \

0 commit comments

Comments
 (0)