Skip to content

Commit

Permalink
Update postgres Docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ca248d3 commit d50a7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ services:
environment:
- "POSTGRES_USER=${POSTGRES_USER:-postgres}"
- "PGPASSWORD=${POSTGRES_PASSWORD:-postgres}"
image: "postgres:${POSTGRES_VERSION:-16.3}"
image: "postgres:${POSTGRES_VERSION:-16.4}"
volumes:
- "./data/postgres/init.sh:/tmp/scripts/init.sh"
- "${POSTGRES_DATA:-./data/postgres/data}:/tmp/data"
Expand All @@ -1094,7 +1094,7 @@ services:
retries: 3
test: [CMD-SHELL, pg_isready]
timeout: 5s
image: "postgres:${POSTGRES_VERSION:-16.3}"
image: "postgres:${POSTGRES_VERSION:-16.4}"
ports:
- "5432:5432"
prefect:
Expand Down

0 comments on commit d50a7ee

Please sign in to comment.