Skip to content

Commit

Permalink
Merge pull request #9 from faucetsdn/renovate/faucet-base-7.x
Browse files Browse the repository at this point in the history
Update faucet/base Docker tag to v7
  • Loading branch information
gizmoguy authored Jan 25, 2022
2 parents c3264bb + 63f0e6b commit d5cbf1d
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 d5cbf1d

Please sign in to comment.