We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb7db7 commit 7358c34Copy full SHA for 7358c34
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ COPY --from=mwader/static-ffmpeg:8.1.1 /ff* /usr/bin/
8
COPY . .
9
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon
10
11
-FROM alpine:3.23.4
+FROM alpine:3.24.0
12
13
COPY --from=builder /usr/bin/ff* /usr/bin/
14
COPY --from=builder /app/build/install/Stickerify/ .
0 commit comments