Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 8cedfc5 commit 17423d3
Show file tree
Hide file tree
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.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as alpine
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as alpine

ARG TARGETARCH

Expand Down
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.20
FROM alpine:3.21

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

0 comments on commit 17423d3

Please sign in to comment.