Skip to content

Commit

Permalink
fix: bump skopeo from 0.2.0 to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Dec 25, 2020
1 parent d2e8fc3 commit 84025aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,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.12
RUN apk add --no-cache skopeo
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 84025aa

Please sign in to comment.