Skip to content

Commit 6f8cde6

Browse files
committed
Disable bump on alpine docker image
1 parent 759ec85 commit 6f8cde6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ COPY --from=mwader/static-ffmpeg:7.0.2 /ff* /usr/bin/
88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon
1010

11-
# bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3
12-
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
1311
FROM alpine:3.23.0
1412

1513
COPY --from=builder /usr/bin/ff* /usr/bin/

0 commit comments

Comments
 (0)