Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
renovate[bot] committed May 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d1c90fc commit dc191d8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as alpine
FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as alpine

ARG TARGETARCH

2 changes: 1 addition & 1 deletion job-images/vcn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM codenotary/vcn:v1.1.1 as vcn
FROM alpine:3.19
FROM alpine:3.20

COPY --from=vcn /bin/vcn /bin/vcn
COPY entrypoint.sh /

0 comments on commit dc191d8

Please sign in to comment.