forked from TrueCloudLab/distribution
Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c202b9b0d7
commit
9f2bc25b7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue