Update ffmpeg from 7.1 to 7.1.1
This commit is contained in:
parent
8c66f65765
commit
aa27a731fd
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 /ffmpeg /usr/local/bin/
|
COPY --from=mwader/static-ffmpeg:7.1.1 /ffmpeg /usr/local/bin/
|
||||||
COPY --from=mwader/static-ffmpeg:7.1 /ffprobe /usr/local/bin/
|
COPY --from=mwader/static-ffmpeg:7.1.1 /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