Skip to content

Commit

Permalink
fix circleci postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos committed Aug 29, 2024
1 parent 9964454 commit 44baea4
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 @@ -9,7 +9,7 @@ jobs:
DB_HOST: localhost
DB_USER: root
USERNAME: root
- image: circleci/postgres:16.4.0
- image: cimg/postgres:16.4.0
environment:
POSTGRES_USER: root
POSTGRES_DB: hawkpost_dev
Expand Down

0 comments on commit 44baea4

Please sign in to comment.