Skip to content

Commit

Permalink
chore(deps): update docker digests to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent d04d2f4 commit 9b4ba1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.linux.386
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i386/alpine:3.19 AS build
FROM i386/alpine:3.20 AS build
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/alpine:3.19 AS build
FROM amd64/alpine:3.20 AS build
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.linux.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.19 AS build
FROM arm32v6/alpine:3.20 AS build
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.19 AS build
FROM arm64v8/alpine:3.20 AS build
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down

0 comments on commit 9b4ba1c

Please sign in to comment.