[DOCKER] Relax ffmpeg version requirement (#465)

This commit is contained in:
Jesse Bannon
2023-02-22 09:53:24 -08:00
committed by GitHub
parent 40d551793a
commit c153185b33
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir -p /config && \
py3-setuptools && \
# Install edge ffmpeg, ensure it is properly installed
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
ffmpeg=5.1.2-r8 && \
"ffmpeg>5.1" && \
ffmpeg -version && \
# Install phantomjs if using x86_64, ensure it is properly installed
if [[ $(uname -m) == "x86_64" ]]; then \

View File

@@ -1,2 +1,2 @@
__pypi_version__ = "2023.02.20.post12"
__local_version__ = "2023.02.20+5035825"
__pypi_version__ = "2023.02.22"
__local_version__ = "2023.02.22+40d5517"