Skip to content

Commit c6a0f2b

Browse files
committed
template changes
1 parent 91b626f commit c6a0f2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pipeline {
140140
steps{
141141
script{
142142
env.EXT_RELEASE = sh(
143-
script: ''' echo 8.0-cli ''',
143+
script: ''' echo 8.0.1-cli ''',
144144
returnStdout: true).trim()
145145
env.RELEASE_LINK = 'custom_command'
146146
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
183183

184184
## Versions
185185

186+
* **01.12.25:** - Bump ffmpeg to 8.0.1.
186187
* **19.11.25:** - Bump aom, freetype, harfbuzz, Intel drivers and libs, kvazaar, libdav1d, libdrm, mesa, mpp, openjpeg, shaderc, svt-av1 and vulkan-sdk.
187188
* **23.08.25:** - Bump ffmpeg to 8.0. Bump harfbuzz, Intel drivers and libs, libdovi, libdrm, libpng, mesa, ogg, rav1e, shaderc, svt-av1, vulkan-sdk, webp and zimg.
188189
* **06.08.25:** - Bump svt-av1.

0 commit comments

Comments
 (0)