Skip to content

Commit

Permalink
Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
silvin-lubecki authored and thaJeztah committed May 26, 2022
1 parent c202b9b commit 9f2bc25
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 9f2bc25

Please sign in to comment.