Skip to content

Commit

Permalink
Merge pull request #357 from darmiel/fix/bump-ffpmeg
Browse files Browse the repository at this point in the history
chore: bump ffmpeg to `109977-gaca7ef78cc`
  • Loading branch information
meeb authored Mar 9, 2023
2 parents e9d4f89 + a95c64b commit e47d0eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:bullseye-slim

ARG TARGETPLATFORM
ARG S6_VERSION="3.1.2.1"
ARG FFMPEG_DATE="autobuild-2023-02-17-12-59"
ARG FFMPEG_VERSION="109874-gaeceefa622"
ARG FFMPEG_DATE="autobuild-2023-03-09-12-59"
ARG FFMPEG_VERSION="109977-gaca7ef78cc"

ENV DEBIAN_FRONTEND="noninteractive" \
HOME="/root" \
Expand All @@ -27,8 +27,8 @@ RUN export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \
"linux/arm64") echo "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-aarch64.tar.xz" ;; \
*) echo "" ;; esac) && \
export FFMPEG_EXPECTED_SHA256=$(case ${TARGETPLATFORM:-linux/amd64} in \
"linux/amd64") echo "f855e481b78aed625eb729e7a53bb7e84e07f76ab64c8bf48a30e631f88e2ff5" ;; \
"linux/arm64") echo "9439235e4db6dcd99685d3c51223413e4f89f25e27f7aa7fe17a53c1a3d3ca9f" ;; \
"linux/amd64") echo "1c01ca54acbb41fc9f850873b49edcdf8b6b6a9e6cfe17ae077826c99b849912" ;; \
"linux/arm64") echo "3891a5c4dc73933067cc31e5c68de2b7033e982354ba82d247ebeb18d5e9afcc" ;; \
*) echo "" ;; esac) && \
export FFMPEG_DOWNLOAD=$(case ${TARGETPLATFORM:-linux/amd64} in \
"linux/amd64") echo "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/${FFMPEG_DATE}/ffmpeg-N-${FFMPEG_VERSION}-linux64-gpl.tar.xz" ;; \
Expand Down

0 comments on commit e47d0eb

Please sign in to comment.