Skip to content

Commit c83a69a

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

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
@@ -26,8 +26,8 @@ RUN yarn workspace badger-jobrunner run build
2626

2727
FROM base
2828

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

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

0 commit comments

Comments
 (0)