Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor(deps): update minor versions to v3.21 #119

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/alpine:3.20@sha256:b53b9310c8cfdecd161bbe589b167fd4338d342c6d4ecad0fd1f5d32b390b99f AS build
FROM amd64/alpine:3.21@sha256:9a64a732c12ebe63a5b85832ea1b032bd7c4fde32ff89af7897d3e3fc334f33e AS build
RUN apk add --no-cache ca-certificates mailcap

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

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

FROM scratch
Expand Down
Loading