diff --git a/Dockerfile b/Dockerfile index 3383436a..0dc1d64c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=mwader/static-ffmpeg:8.1 /ff* /usr/bin/ COPY . . RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon -FROM alpine:3.23.3 +FROM alpine:3.23.4 COPY --from=builder /usr/bin/ff* /usr/bin/ COPY --from=builder /app/build/install/Stickerify/ .