We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec9c4b commit ae1f780Copy full SHA for ae1f780
2 files changed
Dockerfile
@@ -1,6 +1,7 @@
1
## Image name: faucet/python3
2
3
-FROM faucet/base
+FROM faucet/base:4.0.0
4
+
5
RUN apk add --no-cache python3 && \
6
python3 -m ensurepip && \
7
rm -r /usr/lib/python*/ensurepip && \
Dockerfile.pi
## Image name: faucet/python3-pi
-FROM faucet/base-pi
+FROM faucet/base-pi:4.0.0
0 commit comments