summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-09 19:03:07 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-11-09 20:01:31 +0100
commit8e00e29addab0889b2d6722785ef44ae1c460669 (patch)
tree89ca4a9eaef3f641ce76b45cf00a6cf23e3a8452 /Jenkinsfile
parent18357cd3b4660fce16c1550cbf208af7a9d7be28 (diff)
Change to latest version
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 33f4846..6c19845 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
GROUP_ID = 'com.it-jaros.git'
IMAGE_NAME = "${REGISTRY}/${GROUP_ID}"
PLATFORMS = 'linux/arm64/v8,linux/amd64'
- ALPINE_VERSION = '3.22.2'
+ ALPINE_VERSION = 'latest'
}
stages {