From 7b6cdd45245ca9ff21e0e9471cbe0e359d1d5d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:10:36 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/ruby-postgres Docker tag to v431 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8fd6f01..2244f030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ include: - bundle install --jobs $(nproc) .rails: - image: ghcr.io/code0-tech/build-images/ruby-postgres:404.1-ruby-3.4.7-postgres-18.3 + image: ghcr.io/code0-tech/build-images/ruby-postgres:431.1-ruby-3.4.7-postgres-18.3 before_script: - cp tooling/pipeline/sagittarius.yml config/sagittarius.yml - !reference [.bundle, before_script]