Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- mssql

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

druid-postgres:
image: postgres:18.1-alpine
image: postgres:18.3-alpine
container_name: druid-postgres
environment:
POSTGRES_PASSWORD: FoolishPassword
Expand Down
Loading