Skip to content

Commit

Permalink
Merge pull request #44 from alphagov/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.20 to 3.20.3
  • Loading branch information
jfharden authored Sep 30, 2024
2 parents 8c2ae6a + a8dc5b1 commit 876f227
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 @@ -14,7 +14,7 @@ RUN make compile

RUN cp /opt/code/bin/* /opt/resource/

FROM alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:a8f120106f5549715aa966fd7cefaf3b7045f6414fed428684de62fec8c2ca4b
RUN apk upgrade --no-cache \
&& apk add --no-cache ca-certificates
COPY --from=builder /opt/resource /opt/resource/

0 comments on commit 876f227

Please sign in to comment.