From f13478fc1c792186c1d4fded803e234ef139e091 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 27 Oct 2025 19:11:12 +0100 Subject: Added pull to always get the newest alpine version --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2808239..eab4d03 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,6 +61,7 @@ pipeline { echo "$DOCKER_PASS" | docker login $REGISTRY -u "$DOCKER_USER" --password-stdin DOCKER_BUILDKIT=1 docker buildx build \ + --pull \ --platform ${PLATFORMS} \ -t ${IMAGE_NAME}:${GIT_SHA} \ -t ${IMAGE_NAME}:${VERSION} \ -- cgit v1.3.1