Skip to content

Commit 7860bad

Browse files
author
bump
committed
Update ffmpeg to 8.1 from 8.0.1
1 parent 06d1be8 commit 7860bad

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|/\d+\./|*
6-
COPY --from=mwader/static-ffmpeg:8.0.1 /ff* /usr/bin/
6+
COPY --from=mwader/static-ffmpeg:8.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)