From c2f9517a34ed8689383e7b005f138d97bc8c0887 Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 9 Jan 2025 16:02:01 +0000 Subject: [PATCH] Update alpine to 3.21.2 from 3.21.1 Release notes https://alpinelinux.org/posts/Alpine-3.21.2-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2850780..0dce0c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN cmd/bump/main_test.sh /bump # bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3 # bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html -FROM alpine:3.21.1 AS bump-base +FROM alpine:3.21.2 AS bump-base # git is used by github action code # curl for convenience RUN apk add --no-cache \