From d20d51046060aa065c64ea96660f3f120f7dd414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:43:58 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/ruby-postgres Docker tag to v162 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae033f32..996eda25 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:134.1-ruby-3.2.2-postgres-16.1 + image: ghcr.io/code0-tech/build-images/ruby-postgres:162.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