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/ .