Skip to content

Commit

Permalink
Update circleci postgres 13.5 image
Browse files Browse the repository at this point in the history
  • Loading branch information
hschin committed Mar 10, 2022
1 parent f81fd89 commit 76d7705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs: # a collection of steps
PGUSER: excide
RAILS_ENV: test
NODE_ENV: test
- image: cimg/postgres:13.1 # database image
- image: cimg/postgres:13.5 # database image
environment: # environment variables for database
POSTGRES_USER: excide
POSTGRES_DB: excide_test
Expand Down

0 comments on commit 76d7705

Please sign in to comment.