Skip to content

Commit

Permalink
update test postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Aug 18, 2023
1 parent 444f330 commit f462407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ executors:
environment:
PGUSER: root
PGDATABASE: circle_test
- image: circleci/postgres:9-alpine-ram
- image: cimg/postgres:15.4
environment:
POSTGRES_USER: root
POSTGRES_DB: circle_test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All contributions will be released under the Apache License 2.0.
If you don't have postgresql running locally, you can launch postgresql in docker.

```
docker run -p 5432:5432 -e POSTGRES_USER=root circleci/postgres:9-alpine-ram
docker run -p 5432:5432 -e POSTGRES_USER=root cimg/postgres:15.4
```

Then run the tests using
Expand Down

0 comments on commit f462407

Please sign in to comment.