Skip to content

Commit

Permalink
Bumped the version of postgres in CI to 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirblc committed Feb 16, 2024
1 parent d629cdc commit 00f64b6
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 @@ -44,7 +44,7 @@ jobs:
FLASK_APP: send-hug-backend/app.py
FLASK_ENV: development
FRONTEND: http://localhost:3000
- image: circleci/postgres:12.5
- image: cimg/postgres:14.10
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
FLASK_APP: send-hug-backend/app.py
FLASK_ENV: development
FRONTEND: http://localhost:3000
- image: circleci/postgres:12.5
- image: cimg/postgres:14.10
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
Expand Down

0 comments on commit 00f64b6

Please sign in to comment.