Skip to content

Commit 402204c

Browse files
committed
Use more appropriate images
1 parent 5cce0e2 commit 402204c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ variables:
2626
CI_DEBUG_SERVICES: "true"
2727
DOCKER_VERSION: "20.10.15"
2828
GO_VERSION: "1.24"
29-
RUBY_VERSION: "3.3.7"
29+
RUBY_VERSION: "3.3.8"
3030
RUST_VERSION: "1.73"
3131
UBI_VERSION: "9.5"
3232
GITLAB_ADVANCED_SAST_ENABLED: "true"
3333
IMAGE_TAG: "rubygems-3.5-git-2.45-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36"
34-
DEFAULT_IMAGE: "registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}-node-20.12-postgresql-16:${IMAGE_TAG}"
34+
DEFAULT_IMAGE: "registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${IMAGE_TAG}"
3535
FIPS_IMAGE_TAG: "git-2.45"
36-
FIPS_IMAGE: "registry.gitlab.com/gitlab-org/gitlab-build-images/ubi-${UBI_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${FIPS_IMAGE_TAG}"
36+
FIPS_IMAGE: "registry.gitlab.com/gitlab-org/gitlab-build-images/ubi-${UBI_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${FIPS_IMAGE_TAG}"
3737

3838
workflow:
3939
rules: &workflow_rules # For merge requests, create a pipeline.

0 commit comments

Comments
 (0)