Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 9, 2023
1 parent c0dd8b1 commit 801c477
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.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 as alpine
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 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.0 as vcn
FROM alpine:3.18
FROM alpine:3.19

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

0 comments on commit 801c477

Please sign in to comment.