Skip to content

Commit

Permalink
Merge pull request #50 from alphagov/dependabot/docker/alpine-1e42bbe
Browse files Browse the repository at this point in the history
Bump alpine from `beefdbd` to `1e42bbe`
  • Loading branch information
kbottla authored Nov 18, 2024
2 parents 8d0134b + b071670 commit e9da2a5
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:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
RUN apk upgrade --no-cache \
&& apk add --no-cache ca-certificates
COPY --from=builder /opt/resource /opt/resource/

0 comments on commit e9da2a5

Please sign in to comment.