Skip to content

Commit b8a00c4

Browse files
Update alpine Docker tag to v3.23.3
1 parent a8bbf82 commit b8a00c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.1 /ff* /usr/bin/
88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon
1010

11-
FROM alpine:3.23.2
11+
FROM alpine:3.23.3
1212

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

0 commit comments

Comments
 (0)