We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60c3f6 commit c83a69aCopy full SHA for c83a69a
Dockerfile.jobrunner
@@ -26,8 +26,8 @@ RUN yarn workspace badger-jobrunner run build
26
27
FROM base
28
29
-COPY --from=mwader/static-ffmpeg:7.0 /ffmpeg /usr/local/bin/
30
-COPY --from=mwader/static-ffmpeg:7.0 /ffprobe /usr/local/bin/
+COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
+COPY --from=mwader/static-ffmpeg:7.1 /ffprobe /usr/local/bin/
31
32
COPY --from=build /app/jobrunner/dist /app
33
0 commit comments