Skip to content

Commit 11cb742

Browse files
chore(deps): update postgres docker tag to v18.3
1 parent 1de88cb commit 11cb742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
- mssql
110110

111111
hive-metastore-db:
112-
image: postgres:18.1-alpine
112+
image: postgres:18.3-alpine
113113
environment:
114114
POSTGRES_USER: admin
115115
POSTGRES_PASSWORD: admin
@@ -199,7 +199,7 @@ services:
199199
- $PWD/docker/trino/jvm.config:/etc/trino/jvm.config:ro
200200

201201
druid-postgres:
202-
image: postgres:18.1-alpine
202+
image: postgres:18.3-alpine
203203
container_name: druid-postgres
204204
environment:
205205
POSTGRES_PASSWORD: FoolishPassword

0 commit comments

Comments
 (0)