Skip to content

Commit

Permalink
Update faucet/base Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 25, 2022
1 parent c3264bb commit 63f0e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/python3

FROM faucet/base:6.0.0
FROM faucet/base:7.0.0

RUN apk add --no-cache python3 py-pip && \
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
Expand Down

0 comments on commit 63f0e6b

Please sign in to comment.