Skip to content

Commit

Permalink
chore(deps): pin alpine docker tag to 7144f7b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent d686dc6 commit 49dc780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
## docker build --no-cache --target certs -t secret-vault:certs . ##
##############################################################################

FROM alpine as certs
FROM alpine@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a as certs

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

###############################################################
## docker build --no-cache -t secret-vault:local . ##
###############################################################

FROM alpine:latest
FROM alpine:latest@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a

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

Expand Down

0 comments on commit 49dc780

Please sign in to comment.