Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17 (#10241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1eb133b commit 2449462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
- mssql

hive-metastore-db:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
environment:
POSTGRES_USER: admin
POSTGRES_PASSWORD: admin
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
- $PWD/docker/trino/jvm.config:/etc/trino/jvm.config:ro

druid-postgres:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: druid-postgres
environment:
POSTGRES_PASSWORD: FoolishPassword
Expand Down

0 comments on commit 2449462

Please sign in to comment.