Skip to content

Commit

Permalink
add 12.2.0 to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jul 4, 2024
1 parent b411133 commit 3a556c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/av/Dockerfile.stage1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ FROM base AS ver-12.1.0
ENV FFMPEG_BUILD_VER=6.1.1-3
ENV FFMPEG_BUILD_CMD_PREFIX="python3.8 scripts/build-ffmpeg.py /tmp/vendor --stage"

FROM base AS ver-12.2.0
ENV FFMPEG_BUILD_VER=6.1.1-3
ENV FFMPEG_BUILD_CMD_PREFIX="python3.8 scripts/build-ffmpeg.py /tmp/vendor --stage"


FROM ver-${VERSION}
ARG VERSION
Expand Down

0 comments on commit 3a556c8

Please sign in to comment.