summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-09 19:03:07 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-09 20:01:31 +0100
commit33854a1f4cf657472d3c9ba215051d8acefa1239 (patch)
tree89ca4a9eaef3f641ce76b45cf00a6cf23e3a8452
parent2ec05f8075c4c373e64e46f64e6e0ad27dc0a41f (diff)
Change to latest version
-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 {