Skip to content

Commit

Permalink
change to cimg:postgres:13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Dec 22, 2022
1 parent 1c2342f commit a87ec48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ executors:
ORANGELIGHT_USER: postgres
SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/orangelight-core-test
COVERALLS_PARALLEL: true
- image: postgres:13
- image: cimg/postgres:13.6
environment:
POSTGRES_USER: orangelight
POSTGRES_PASSWORD: orangelight_password
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- restore_cache:
name: Restore cached dependencies
keys:
- orangelight-v1{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}
- orangelight-v1-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}
- run:
name: Yarn Install
command: yarn install --frozen-lockfile
Expand Down

0 comments on commit a87ec48

Please sign in to comment.