Skip to content

Commit

Permalink
Merge pull request distribution#3649 from thaJeztah/bump_alpine
Browse files Browse the repository at this point in the history
Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16
  • Loading branch information
deleteriousEffect authored May 26, 2022
2 parents c202b9b + 9f2bc25 commit c7387f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7387f4

Please sign in to comment.