Upgrade ffmpeg from 7.1.1 to 8.0
This commit is contained in:
parent
65d10d7e22
commit
d7541477fe
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ RUN apk add --update --no-cache \
|
||||||
|
|
||||||
# https://hub.docker.com/r/mwader/static-ffmpeg/tags
|
# https://hub.docker.com/r/mwader/static-ffmpeg/tags
|
||||||
# https://github.com/wader/static-ffmpeg
|
# https://github.com/wader/static-ffmpeg
|
||||||
COPY --from=mwader/static-ffmpeg:7.1.1 /ffmpeg /usr/local/bin/
|
COPY --from=mwader/static-ffmpeg:8.0 /ffmpeg /usr/local/bin/
|
||||||
COPY --from=mwader/static-ffmpeg:7.1.1 /ffprobe /usr/local/bin/
|
COPY --from=mwader/static-ffmpeg:8.0 /ffprobe /usr/local/bin/
|
||||||
COPY --from=builder /app/media-roller /app/media-roller
|
COPY --from=builder /app/media-roller /app/media-roller
|
||||||
COPY templates /app/templates
|
COPY templates /app/templates
|
||||||
COPY static /app/static
|
COPY static /app/static
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue