Skip to content

Commit

Permalink
chore(deps): pin alpine version in Dockerfile.example
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Dec 12, 2023
1 parent a0f6535 commit be39cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 as certs
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 as certs

RUN apk add --update --no-cache ca-certificates

FROM alpine@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Expand Down

0 comments on commit be39cac

Please sign in to comment.