Skip to content

Commit

Permalink
pin alpine 3.17 to a sha hash (#4918)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jan 15, 2024
1 parent d11fbf3 commit e28b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \


############################################# Base image for Alpine with NGINX Plus, App Protect WAF and FIPS #############################################
FROM alpine:3.17 as alpine-plus-nap-waf-fips
FROM alpine:3.17@sha256:6e94b5cda2d6fd57d85abf81e81dabaea97a5885f919da676cc19d3551da4061 as alpine-plus-nap-waf-fips
ARG NGINX_PLUS_VERSION

RUN --mount=type=bind,from=alpine-fips-3.17,target=/tmp/fips/ \
Expand Down

0 comments on commit e28b7c6

Please sign in to comment.