From ff48633d91850b73d54f817b23d090478d10555c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 21:43:18 +0000 Subject: [PATCH 1/2] Update ghcr.io/code0-tech/build-images/ruby-postgres Docker tag to v173 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a6f343a..708b94a1 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:162.1-ruby-3.2.2-postgres-16.1 + image: ghcr.io/code0-tech/build-images/ruby-postgres:173.1-ruby-3.2.2-postgres-16.1 before_script: - source ~/.asdf/asdf.sh - bundle config build.pg --with-pg-config=$(asdf where postgres)/bin/pg_config From 7c7aa113d909e4c69bfaa7ebef56e2ee6c1118e0 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 4 Jul 2025 23:45:15 +0200 Subject: [PATCH 2/2] Remove asdf script calls --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 708b94a1..05953d00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,6 @@ include: .rails: image: ghcr.io/code0-tech/build-images/ruby-postgres:173.1-ruby-3.2.2-postgres-16.1 before_script: - - source ~/.asdf/asdf.sh - - bundle config build.pg --with-pg-config=$(asdf where postgres)/bin/pg_config - cp tooling/pipeline/sagittarius.yml config/sagittarius.yml - !reference [.bundle, before_script] services: