commit f2a2c1008a6e0f5b499e303bd81bcc4a95d7a921
parent 01fe22c69287f80e20537978b9b08c82e423aa43
Author: Matthias Jaros <jaros@mailbox.org>
Date: Mon, 27 Oct 2025 19:11:12 +0100
Added pull to always get the newest alpine version
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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} \