From 54e5fc2d814631edffd60a38f4f2588797d5d7c2 Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 9 Oct 2025 08:08:08 +0000 Subject: [PATCH] Update alpine to 3.22.2 from 3.22.1 Release notes https://alpinelinux.org/posts/Alpine-3.22.2-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74c68533..96a7776f 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.1 +FROM alpine:3.22.2 COPY --from=builder /usr/bin/ff* /usr/bin/ COPY --from=builder /app/build/install/Stickerify/ .