Skip to content

Commit

Permalink
Merge pull request #7 from gizmoguy/base-6.0.0
Browse files Browse the repository at this point in the history
Upgrade to faucet/base 6.0.0
  • Loading branch information
gizmoguy authored Nov 30, 2021
2 parents 66559ff + 65e3cb6 commit 38ffe8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up qemu
uses: docker/setup-qemu-action@v1
with:
platforms: all
- name: Set up docker buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
uses: docker/setup-buildx-action@v1
with:
buildx-version: latest
qemu-version: latest
version: latest
- name: Login to docker registry
run: |
docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_TOKEN }}
Expand Down
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:5.0.0
FROM faucet/base:6.0.0

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

0 comments on commit 38ffe8b

Please sign in to comment.