We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dd8db commit 65e3cb6Copy full SHA for 65e3cb6
Dockerfile
@@ -1,6 +1,6 @@
1
## Image name: faucet/python3
2
3
-FROM faucet/base:5.0.0
+FROM faucet/base:6.0.0
4
5
RUN apk add --no-cache python3 && \
6
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
0 commit comments