Skip to content

Commit 5a40e77

Browse files
Update mwader/static-ffmpeg Docker tag to v8
1 parent a8b59bb commit 5a40e77

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
@@ -3,7 +3,7 @@ FROM eclipse-temurin:25-alpine AS builder
33
WORKDIR /app
44

55
# bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
6-
COPY --from=mwader/static-ffmpeg:7.0.2 /ff* /usr/bin/
6+
COPY --from=mwader/static-ffmpeg:8.0.1 /ff* /usr/bin/
77

88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon

0 commit comments

Comments
 (0)