Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cpcloud committed Nov 23, 2024
1 parent 506387a commit 43f1ce2
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.1-alpine
image: postgres:17.2-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.1-alpine
image: postgres:17.2-alpine
container_name: druid-postgres
environment:
POSTGRES_PASSWORD: FoolishPassword
Expand Down

0 comments on commit 43f1ce2

Please sign in to comment.