Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.14 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
renovate[bot] and renovate-bot authored Jun 22, 2021
1 parent 34bb7b6 commit 2cf50d7
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
@@ -5,7 +5,7 @@

# TODO: Using alpine for now due to easier installation of skopeo
# Will use distroless after incorporating skopeo into the webhook directly
FROM alpine:3.13
FROM alpine:3.14
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community "skopeo>=1.2.0"

COPY k8s-image-swapper /

0 comments on commit 2cf50d7

Please sign in to comment.