Skip to content

Commit

Permalink
Update the images we use in CI to use PG 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 22, 2024
1 parent 0e566c8 commit 22a8afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ docker restart opensearch
#### Docker

```sh
docker run -d --name pg -e POSTGRES_USER=palace -e POSTGRES_PASSWORD=test -e POSTGRES_DB=circ -p 5432:5432 postgres:12
docker run -d --name pg -e POSTGRES_USER=palace -e POSTGRES_PASSWORD=test -e POSTGRES_DB=circ -p 5432:5432 postgres:16
```

You can run `psql` in the container using the command
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
target: scripts

pg:
image: "postgres:12"
image: "postgres:16"
environment:
POSTGRES_USER: palace
POSTGRES_PASSWORD: test
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allowlist_externals =
coverage

[docker:db-circ]
image = postgres:12
image = postgres:16
environment =
POSTGRES_USER=palace
POSTGRES_PASSWORD=test
Expand Down

0 comments on commit 22a8afb

Please sign in to comment.