diff --git a/vendor/github.com/docker/distribution/Dockerfile b/vendor/github.com/docker/distribution/Dockerfile index 04cb8d1cf703362efe1140af4e1fbfe964f46bd5..5c1b36f567c65a1da7509aba211786b4a80837df 100644 --- a/vendor/github.com/docker/distribution/Dockerfile +++ b/vendor/github.com/docker/distribution/Dockerfile @@ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR COPY . $DISTRIBUTION_DIR RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" -FROM alpine:3.13 +FROM alpine:3.14 RUN set -ex \ && apk add --no-cache ca-certificates apache2-utils