Skip to content

Commit

Permalink
Update postgres docker image to match the cloud.gov cms db version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfec committed Oct 1, 2020
1 parent 026043d commit c00b0b0
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 @@ -15,7 +15,7 @@ jobs:
DATABASE_URL: postgres://postgres@0.0.0.0/cfdm_cms_test

# PostgreSQL
- image: circleci/postgres:10.11
- image: circleci/postgres:11.9
environment:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: "trust"
Expand Down

0 comments on commit c00b0b0

Please sign in to comment.