diff options
| author | 2025-10-27 19:11:12 +0100 | |
|---|---|---|
| committer | 2025-10-27 19:11:12 +0100 | |
| commit | f13478fc1c792186c1d4fded803e234ef139e091 (patch) | |
| tree | c82c633da30c991a10eee575bad1baf04e9647f6 /Jenkinsfile | |
| parent | 30657ef386303e9005a15cc3309a1a68cf2fe614 (diff) | |
Added pull to always get the newest alpine version
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |
