Skip to content

Commit

Permalink
Update Postgres images to 14.12
Browse files Browse the repository at this point in the history
This is done to match the production version
which is used on AWS RDS, according to the most
recent maintenance by OPS in ticket OPS-10475.

This API depends on v3 API to start the database,
thus integrated compose file is used, instead of
standalone `compose.yaml` file in root of the repo.
Even though this file isn't usually used,
update Postgres version to keep them in sync.
  • Loading branch information
Pl217 committed Jul 9, 2024
1 parent 149a1ad commit b5f9702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
depends_on:
- db
db:
image: postgres:14.8-alpine3.18
image: postgres:14.12-alpine3.19
environment:
- POSTGRES_PASSWORD=demo
- POSTGRES_USER=demo
Expand Down
2 changes: 1 addition & 1 deletion tests/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:14.8-alpine3.18
image: postgres:14.12-alpine3.19
ports:
- 6432:5432
environment:
Expand Down

0 comments on commit b5f9702

Please sign in to comment.