Skip to content

Commit 5c855bd

Browse files
committed
update ffmpeg version checked by bump
1 parent e264a1e commit 5c855bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Setup FFmpeg
2727
uses: FedericoCarboni/setup-ffmpeg@v3
2828
with:
29-
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7.0
30-
ffmpeg-version: '7.0.2'
29+
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7
30+
ffmpeg-version: '7.1'
3131

3232
- name: Setup Java
3333
uses: actions/setup-java@v4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN ./gradlew runtime --no-daemon
1919

2020
FROM gcr.io/distroless/base-nossl:nonroot AS bot
2121

22-
# bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
23-
COPY --from=mwader/static-ffmpeg:7.0.2 /ffmpeg /usr/local/bin/
22+
# bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7
23+
COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
2424
ENV FFMPEG_PATH=/usr/local/bin/ffmpeg
2525

2626
COPY --from=builder /app/build/jre ./jre

0 commit comments

Comments
 (0)