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