Skip to content

Commit d8bfbf8

Browse files
authoredJan 16, 2025··
Merge pull request #25 from gizmoguy/python-3.12-alpine-3.21
Upgrade base image to python:3.12-alpine3.21
2 parents 1647f06 + 0effd90 commit d8bfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Image name: faucet/python3
22

3-
FROM python:3.11-alpine3.19
3+
FROM python:3.12-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)
Please sign in to comment.