Skip to content

Commit

Permalink
Merge pull request #282 from estahn/dependabot/docker/main/alpine-3.16.1
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.16.0 to 3.16.1
  • Loading branch information
github-actions[bot] authored Jul 19, 2022
2 parents fa34500 + 6e68e50 commit e84f9ea
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
Expand Up @@ -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.16.0
FROM alpine:3.16.1
RUN ["apk", "add", "--no-cache", "--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community", "skopeo>=1.2.0"]

COPY k8s-image-swapper /
Expand Down

0 comments on commit e84f9ea

Please sign in to comment.