Skip to content

Commit

Permalink
Merge pull request #45 from alphagov/dependabot/docker/alpine-beefdbd
Browse files Browse the repository at this point in the history
Bump alpine from `a8f1201` to `beefdbd`
  • Loading branch information
jfharden authored Oct 7, 2024
2 parents 876f227 + 3ee3894 commit 986fc32
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.3@sha256:a8f120106f5549715aa966fd7cefaf3b7045f6414fed428684de62fec8c2ca4b
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
RUN apk upgrade --no-cache \
&& apk add --no-cache ca-certificates
COPY --from=builder /opt/resource /opt/resource/

0 comments on commit 986fc32

Please sign in to comment.