We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda3d4 commit 24a0a0cCopy full SHA for 24a0a0c
1 file changed
Jenkinsfile
@@ -27,8 +27,8 @@ pipeline {
27
DEV_DOCKERHUB_IMAGE = 'lsiodev/libreoffice'
28
PR_DOCKERHUB_IMAGE = 'lspipepr/libreoffice'
29
DIST_IMAGE = 'alpine'
30
- DIST_TAG = '3.22'
31
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.22/community/'
+ DIST_TAG = '3.23'
+ DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.23/community/'
32
DIST_REPO_PACKAGES = 'libreoffice'
33
MULTIARCH = 'true'
34
CI = 'true'
0 commit comments