Skip to content

Commit

Permalink
Set Alpine version explicitely
Browse files Browse the repository at this point in the history
Keep track of other image tags (alpine, latest)
  • Loading branch information
levaitamas committed Mar 16, 2023
1 parent 41b439d commit 427a017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
images: l7mp/net-debug
tags: |
type=semver,pattern={{version}}
type=raw,value=latest
type=raw,value=alpine
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.17

RUN apk add --no-cache \
bash \
Expand Down

0 comments on commit 427a017

Please sign in to comment.