Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4 (#9804)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 3b0412a commit ae6e38a
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:16.3-alpine
image: postgres:16.4-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:16.3-alpine
image: postgres:16.4-alpine
container_name: druid-postgres
environment:
POSTGRES_PASSWORD: FoolishPassword
Expand Down

0 comments on commit ae6e38a

Please sign in to comment.