From 1aef70c62ea5e7aa55add59cac8e5ca38326ac31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:25:58 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 302b3e87..cd3daac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=mwader/static-ffmpeg:9.0.1 /ff* /usr/bin/ COPY . . RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon -FROM alpine:3.24.1 +FROM alpine:3.24.2 COPY --from=builder /usr/bin/ff* /usr/bin/ COPY --from=builder /app/build/install/Stickerify/ .