Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent db8af10 commit 254d08f
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:17.0-alpine
image: postgres:17.1-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:17.0-alpine
image: postgres:17.1-alpine
container_name: druid-postgres
environment:
POSTGRES_PASSWORD: FoolishPassword
Expand Down

0 comments on commit 254d08f

Please sign in to comment.