diff --git a/Dockerfile b/Dockerfile index 9ca5c251..62a2ddf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.3 +FROM alpine:3.17.0 RUN ["apk", "add", "--no-cache", "--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community", "skopeo>=1.2.0"] COPY k8s-image-swapper /