From 85e3f41d4910bf170f96db97d1e60784c84ac1bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 19:56:50 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/ruby-postgres Docker tag to v207 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1936873a..929d7661 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:205.1-ruby-3.2.2-postgres-16.1 + image: ghcr.io/code0-tech/build-images/ruby-postgres:207.1-ruby-3.2.2-postgres-16.1 before_script: - cp tooling/pipeline/sagittarius.yml config/sagittarius.yml - !reference [.bundle, before_script]