Skip to content

Commit

Permalink
Merge pull request #3650 from thaJeztah/2.8_bump_alpine
Browse files Browse the repository at this point in the history
[release/2.8 backport] Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16
  • Loading branch information
deleteriousEffect committed May 26, 2022
2 parents b5ca020 + 38018ae commit dc5b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -40,7 +40,7 @@ COPY --from=build /out/*.sha256 /
FROM scratch AS binary
COPY --from=build /usr/local/bin/registry* /

FROM alpine:3.14
FROM alpine:3.16
RUN apk add --no-cache ca-certificates
COPY cmd/registry/config-dev.yml /etc/docker/registry/config.yml
COPY --from=build /usr/local/bin/registry /bin/registry
Expand Down

0 comments on commit dc5b207

Please sign in to comment.