diff --git a/.circleci/config.yml b/.circleci/config.yml index bf5f7da08f20e592bb15acb84e88388b7a801960..f4a0eae853b927f6c6fd769586013d1fcca80500 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,13 +2,13 @@ version: 2 jobs: build: docker: - - image: cimg/ruby:3.1.4-node + - image: cimg/ruby:3.3.0-node environment: RAILS_ENV: test RACK_ENV: test PGHOST: localhost PGUSER: osuny - - image: cimg/postgres:14.4 + - image: cimg/postgres:14.10 environment: POSTGRES_PASSWORD: "" POSTGRES_USER: osuny