Bump builder image to 5.10.0

- Upgrades Golang to version 1.21.9

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8487

Changelog: changed
This commit is contained in:
Ryan Egesdahl 2024-04-12 07:45:31 +00:00 committed by Robert Marshall
parent ca5db61025
commit 1cdddc9dd4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ variables:
# To be used for images that exist only on dev.gitlab.org
DEV_BUILDER_IMAGE_REGISTRY: 'dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder'
PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
BUILDER_IMAGE_REVISION: "5.9.0"
BUILDER_IMAGE_REVISION: "5.10.0"
# The registry to pull the assets image from
ASSET_REGISTRY: "${CI_REGISTRY}"
ASSET_SYNC_EXISTING_REMOTE_FILES: "keep"