diff options
| author | 2025-10-27 19:11:12 +0100 | |
|---|---|---|
| committer | 2025-10-27 19:11:12 +0100 | |
| commit | b26d4cc54c331e9611c18569cf087f39e6e9aedb (patch) | |
| tree | c82c633da30c991a10eee575bad1baf04e9647f6 /Jenkinsfile | |
| parent | ad25b6bcc088c62659bf245815e707b5afba123e (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} \ |
