From ea0c51be78540f95dc77582c75e0598dc9ec0a24 Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 4 Dec 2025 08:09:58 +0000 Subject: [PATCH] Update alpine to 3.23.0 from 3.22.2 Release notes https://alpinelinux.org/posts/Alpine-3.23.0-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96a7776f..1e8f5fb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-dae # bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3 # bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html -FROM alpine:3.22.2 +FROM alpine:3.23.0 COPY --from=builder /usr/bin/ff* /usr/bin/ COPY --from=builder /app/build/install/Stickerify/ .