Skip to content

Commit

Permalink
Bump ffmpeg version from 6 -> 7 (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt authored Jul 3, 2024
1 parent 00c1a91 commit 4a8d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ARG BUILD_TARGET

RUN apt update && apt install -yqq wget software-properties-common \
&& wget -O - https://deb.nodesource.com/setup_18.x | bash \
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6
&& add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg7

RUN apt update && apt install -yqq \
curl \
Expand Down

0 comments on commit 4a8d08e

Please sign in to comment.