We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38cee8f + 464b458 commit 1647f06Copy full SHA for 1647f06
Dockerfile
@@ -1,6 +1,6 @@
1
## Image name: faucet/python3
2
3
-FROM python:3.11-alpine3.18
+FROM python:3.11-alpine3.19
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