1
0
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:
renovate[bot] 2025-03-19 09:04:04 +00:00 committed by GitHub
parent a65c8baf56
commit 5724801557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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!)

View File

@ -48,7 +48,7 @@ services:
db:
expose:
- "5432"
image: postgres:15
image: postgres:17
environment:
# create a database called `db`
POSTGRES_DB: "db"

View File

@ -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!)