Merge pull request #3649 from thaJeztah/bump_alpine

Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16
This commit is contained in:
Hayley Swimelar 2022-05-26 07:01:42 -07:00 committed by GitHub
commit c7387f4d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN --mount=from=binary,target=/build \
FROM scratch AS artifact
COPY --from=releaser /out /
FROM alpine:3.15
FROM alpine:3.16
RUN apk add --no-cache ca-certificates
COPY cmd/registry/config-dev.yml /etc/docker/registry/config.yml
COPY --from=binary /registry /bin/registry