Skip to content

Commit

Permalink
chore(deps): update mwader/static-ffmpeg docker tag to v7 (#555)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 9ec6767 commit 826f660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.jobrunner
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN yarn workspace badger-jobrunner run build

FROM base

COPY --from=mwader/static-ffmpeg:6.1 /ffmpeg /usr/local/bin/
COPY --from=mwader/static-ffmpeg:6.1 /ffprobe /usr/local/bin/
COPY --from=mwader/static-ffmpeg:7.0 /ffmpeg /usr/local/bin/
COPY --from=mwader/static-ffmpeg:7.0 /ffprobe /usr/local/bin/

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

Expand Down

0 comments on commit 826f660

Please sign in to comment.