diff --git a/Dockerfile b/Dockerfile index ebf502ad..e3443fb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /