Skip to content

Commit

Permalink
Update FFMPEG hash (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
redshodan committed Dec 30, 2018
1 parent 7533e47 commit 2e5dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -ex; \
# Install ffmpeg
ARG FFMPEG_CHANNEL=release
ARG FFMPEG_URL=https://johnvansickle.com/ffmpeg/releases/ffmpeg-$FFMPEG_CHANNEL-64bit-static.tar.xz
ARG FFMPEG_MD5=905cc873e338d26966557986c1db1b19
ARG FFMPEG_MD5=f3cb1a6f10604a853f1c56ec6ce2f31f
RUN set -ex; \
cd /usr/src \
&& curl -fSL -o ffmpeg.tar.xz "$FFMPEG_URL" \
Expand Down

0 comments on commit 2e5dd6c

Please sign in to comment.