Skip to content

Commit

Permalink
build: Bump postgres version to 15 in public/build/docker-compose.yml
Browse files Browse the repository at this point in the history
The `docker-compose.ci-test.yml` file uses 15, which overrides
`docker-compose.yml` in CI test jobs anyhow.  So let's be consistent.

Change-Id: I7d0dd606e24e5e3bc0911b08682a50962f21580f
  • Loading branch information
ronh-rs committed Jul 22, 2024
1 parent 18e8b2e commit 4ae88b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- MYSQL_ROOT_PASSWORD=noria
- MYSQL_DATABASE=noria
postgres:
image: postgres:14
image: postgres:15
environment:
- POSTGRES_PASSWORD=noria
- POSTGRES_DB=noria
Expand Down

0 comments on commit 4ae88b3

Please sign in to comment.