diff --git a/Dockerfile b/Dockerfile index c6f2b34f..2d5c1240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=mwader/static-ffmpeg:7.0.2 /ff* /usr/bin/ COPY . . RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon -FROM alpine:3.23.0 +FROM alpine:3.23.2 COPY --from=builder /usr/bin/ff* /usr/bin/ COPY --from=builder /app/build/install/Stickerify/ .