Skip to content

Commit

Permalink
Merge pull request #211 from data-catering/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v17.2
  • Loading branch information
pflooky authored Nov 25, 2024
2 parents 3e5648b + 12f3930 commit 9e8e87d
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 @@ -1122,7 +1122,7 @@ services:
environment:
- "POSTGRES_USER=${POSTGRES_USER:-postgres}"
- "PGPASSWORD=${POSTGRES_PASSWORD:-postgres}"
image: "postgres:${POSTGRES_VERSION:-17.1}"
image: "postgres:${POSTGRES_VERSION:-17.2}"
volumes:
- "./data/postgres/init.sh:/tmp/scripts/init.sh"
- "${POSTGRES_DATA:-./data/postgres/data}:/tmp/data"
Expand All @@ -1137,7 +1137,7 @@ services:
retries: 3
test: [CMD-SHELL, pg_isready]
timeout: 5s
image: "postgres:${POSTGRES_VERSION:-17.1}"
image: "postgres:${POSTGRES_VERSION:-17.2}"
ports:
- "5432:5432"
prefect:
Expand Down

0 comments on commit 9e8e87d

Please sign in to comment.