From 33854a1f4cf657472d3c9ba215051d8acefa1239 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sun, 9 Nov 2025 19:03:07 +0100 Subject: Change to latest version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.3.1