Skip to content

Commit

Permalink
bump to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jun 17, 2020
1 parent d98acc5 commit 545e363
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV \
ENV \
AOM=v1.0.0 \
FDKAAC=2.0.1 \
FFMPEG_HARD=4.2.2 \
FFMPEG_HARD=4.3 \
FONTCONFIG=2.13.92 \
FREETYPE=2.9.1 \
FRIBIDI=1.0.8 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV \
ENV \
AOM=v1.0.0 \
FDKAAC=2.0.1 \
FFMPEG_HARD=4.2.2 \
FFMPEG_HARD=4.3 \
FREETYPE=2.9.1 \
FRIBIDI=1.0.8 \
KVAZAAR=1.3.0 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV \
ENV \
AOM=v1.0.0 \
FDKAAC=2.0.1 \
FFMPEG_HARD=4.2.2 \
FFMPEG_HARD=4.3 \
FREETYPE=2.9.1 \
FRIBIDI=1.0.8 \
KVAZAAR=1.3.0 \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo 4.2.2 ''',
script: ''' echo 4.3 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-ffmpeg
external_type: na
custom_version_command: "echo 4.2.2"
custom_version_command: "echo 4.3"
release_type: prerelease
release_tag: bin
ls_branch: bin
Expand Down

0 comments on commit 545e363

Please sign in to comment.