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