Skip to content

Commit

Permalink
build(deps): Bump alpine from 3.19.1 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 7f12ff5 commit 6bdafa0
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.19.1
FROM alpine:3.20.0
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 6bdafa0

Please sign in to comment.