Skip to content

Commit

Permalink
Merge pull request #15 from alphagov/dependabot/docker/alpine-c5b1261
Browse files Browse the repository at this point in the history
Bump alpine from `6457d53` to `c5b1261`
  • Loading branch information
jfharden authored Feb 27, 2024
2 parents a06ddc4 + c155a59 commit 4bc2a12
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.19@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
RUN apk upgrade --no-cache \
&& apk add --no-cache ca-certificates
COPY --from=builder /opt/resource /opt/resource/

0 comments on commit 4bc2a12

Please sign in to comment.