mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
a65c8baf56
commit
5724801557
2
.github/docker-compose.test.yml
vendored
2
.github/docker-compose.test.yml
vendored
@ -35,7 +35,7 @@ services:
|
||||
db:
|
||||
expose:
|
||||
- "5432"
|
||||
image: postgres:16
|
||||
image: postgres:17
|
||||
environment:
|
||||
POSTGRES_DB: "unleash"
|
||||
# trust incoming connections blindly (DON'T DO THIS IN PRODUCTION!)
|
||||
|
@ -48,7 +48,7 @@ services:
|
||||
db:
|
||||
expose:
|
||||
- "5432"
|
||||
image: postgres:15
|
||||
image: postgres:17
|
||||
environment:
|
||||
# create a database called `db`
|
||||
POSTGRES_DB: "db"
|
||||
|
@ -44,7 +44,7 @@ services:
|
||||
- "5432:5432"
|
||||
expose:
|
||||
- "5432"
|
||||
image: postgres:16
|
||||
image: postgres:17
|
||||
environment:
|
||||
POSTGRES_DB: "unleash"
|
||||
# trust incoming connections blindly (DON'T DO THIS IN PRODUCTION!)
|
||||
|
Loading…
Reference in New Issue
Block a user