Skip to content

Commit 0e8a32e

Browse files
Update alpine Docker tag to v3.24.1 (#516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e519a39 commit 0e8a32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY --from=mwader/static-ffmpeg:8.1.1 /ff* /usr/bin/
88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon
1010

11-
FROM alpine:3.24.0
11+
FROM alpine:3.24.1
1212

1313
COPY --from=builder /usr/bin/ff* /usr/bin/
1414
COPY --from=builder /app/build/install/Stickerify/ .

0 commit comments

Comments
 (0)