gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0cee8b0b09867486ece2956294c8a94c586c4013
parent 384f1e6546bab563273b9f657ab5bce35c56c4db
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Sun,  9 Nov 2025 19:03:07 +0100

Change to latest version

Diffstat:
MJenkinsfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {