Skip to content

Commit

Permalink
chore(deps): update docker digests to v3.21 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4c636d2 commit 85ae285
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.20 AS build
FROM i386/alpine:3.21 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.20 AS build
FROM amd64/alpine:3.21 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.20 AS build
FROM arm32v6/alpine:3.21 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.20 AS build
FROM arm64v8/alpine:3.21 AS build
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down

0 comments on commit 85ae285

Please sign in to comment.