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 3e60688 commit 5962094Copy full SHA for 5962094
Dockerfile.jobrunner
@@ -27,8 +27,8 @@ RUN yarn workspace badger-jobrunner run build
27
28
FROM base
29
30
-COPY --from=mwader/static-ffmpeg:7.0 /ffmpeg /usr/local/bin/
31
-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/
32
33
COPY --from=build /app/jobrunner/dist /app
34
0 commit comments