diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4e9e4df..d79c048d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ include: - bundle install --jobs $(nproc) .rails: - image: ghcr.io/code0-tech/build-images/ruby-postgres:502.1-ruby-3.4.7-postgres-18.3 + image: ghcr.io/code0-tech/build-images/ruby-postgres:507.1-ruby-3.4.7-postgres-18.3 before_script: - cp tooling/pipeline/sagittarius.yml config/sagittarius.yml - !reference [.bundle, before_script]