From 5dc40fa708c56d4f9222143161c872efb9228eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:40:48 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/ruby-postgres Docker tag to v200 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9be3318c..5e7e24a9 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:175.1-ruby-3.2.2-postgres-16.1 + image: ghcr.io/code0-tech/build-images/ruby-postgres:200.1-ruby-3.2.2-postgres-16.1 before_script: - cp tooling/pipeline/sagittarius.yml config/sagittarius.yml - !reference [.bundle, before_script]