Skip to content

Commit 5962094

Browse files
chore(deps): update mwader/static-ffmpeg docker tag to v7.1
1 parent 3e60688 commit 5962094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.jobrunner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN yarn workspace badger-jobrunner run build
2727

2828
FROM base
2929

30-
COPY --from=mwader/static-ffmpeg:7.0 /ffmpeg /usr/local/bin/
31-
COPY --from=mwader/static-ffmpeg:7.0 /ffprobe /usr/local/bin/
30+
COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
31+
COPY --from=mwader/static-ffmpeg:7.1 /ffprobe /usr/local/bin/
3232

3333
COPY --from=build /app/jobrunner/dist /app
3434

0 commit comments

Comments
 (0)