Skip to content

Commit

Permalink
4.0.1 Wu
Browse files Browse the repository at this point in the history
  • Loading branch information
rottj006 committed Jun 17, 2018
1 parent 5fd29bd commit 551fa61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-images/4.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG LD_LIBRARY_PATH=/opt/ffmpeg/lib
ARG PREFIX=/opt/ffmpeg
ARG MAKEFLAGS="-j2"

ENV FFMPEG_VERSION=4.0 \
ENV FFMPEG_VERSION=4.0.1 \
FDKAAC_VERSION=0.1.5 \
LAME_VERSION=3.99.5 \
LIBASS_VERSION=0.13.7 \
Expand Down
2 changes: 1 addition & 1 deletion docker-images/4.0/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG LD_LIBRARY_PATH=/opt/ffmpeg/lib
ARG PREFIX=/opt/ffmpeg
ARG MAKEFLAGS="-j2"

ENV FFMPEG_VERSION=4.0 \
ENV FFMPEG_VERSION=4.0.1 \
FDKAAC_VERSION=0.1.5 \
LAME_VERSION=3.99.5 \
LIBASS_VERSION=0.13.7 \
Expand Down
2 changes: 1 addition & 1 deletion docker-images/4.0/scratch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG LD_LIBRARY_PATH=/opt/ffmpeg/lib
ARG PREFIX=/opt/ffmpeg
ARG MAKEFLAGS="-j2"

ENV FFMPEG_VERSION=4.0 \
ENV FFMPEG_VERSION=4.0.1 \
FDKAAC_VERSION=0.1.5 \
LAME_VERSION=3.99.5 \
LIBASS_VERSION=0.13.7 \
Expand Down
2 changes: 1 addition & 1 deletion docker-images/4.0/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG LD_LIBRARY_PATH=/opt/ffmpeg/lib
ARG PREFIX=/opt/ffmpeg
ARG MAKEFLAGS="-j2"

ENV FFMPEG_VERSION=4.0 \
ENV FFMPEG_VERSION=4.0.1 \
FDKAAC_VERSION=0.1.5 \
LAME_VERSION=3.99.5 \
LIBASS_VERSION=0.13.7 \
Expand Down

0 comments on commit 551fa61

Please sign in to comment.