Skip to content

Commit

Permalink
Upgrade to Postgres 14
Browse files Browse the repository at this point in the history
This API depends on v3 API to start the database,
thus integrated compose file is used, instead of
standalone compose file. Even though this file
isn't usually used, update Postgres version, as
this should have been done in HPC-8969
  • Loading branch information
Pl217 committed Nov 24, 2023
1 parent f28d2c6 commit 632e12a
Showing 1 changed file with 1 addition and 1 deletion.
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:11.7
image: postgres:14.8-alpine3.18
environment:
- POSTGRES_PASSWORD=demo
- POSTGRES_USER=demo
Expand Down

0 comments on commit 632e12a

Please sign in to comment.