Skip to content

Commit a8d7a32

Browse files
chore(deps): update postgres docker tag to v17.4 (#10881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39729c7 commit a8d7a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
- mssql
8585

8686
hive-metastore-db:
87-
image: postgres:17.3-alpine
87+
image: postgres:17.4-alpine
8888
environment:
8989
POSTGRES_USER: admin
9090
POSTGRES_PASSWORD: admin
@@ -174,7 +174,7 @@ services:
174174
- $PWD/docker/trino/jvm.config:/etc/trino/jvm.config:ro
175175

176176
druid-postgres:
177-
image: postgres:17.3-alpine
177+
image: postgres:17.4-alpine
178178
container_name: druid-postgres
179179
environment:
180180
POSTGRES_PASSWORD: FoolishPassword

0 commit comments

Comments
 (0)