Skip to content

Commit f2fd5db

Browse files
committed
alpine 3.20
1 parent 0bee858 commit f2fd5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.19
3+
FROM python:3.12-alpine3.20
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)