We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d028c1 commit 27befb1Copy full SHA for 27befb1
Dockerfile
@@ -1,6 +1,6 @@
1
## Image name: faucet/python3
2
3
-FROM python:3.9-alpine3.15
+FROM python:3.10-alpine3.16
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