Skip to content

Commit

Permalink
Merge pull request #102 from data-catering/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16.4
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 82a5136 + d50a7ee commit a1b39c9
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 a1b39c9

Please sign in to comment.