Skip to content

Commit

Permalink
Update Postgres to 17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Nov 15, 2024
1 parent a9ebca9 commit 954b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
#### Languages and services

- Update `Python` to `3.13.0`
- Update `Postgres` to `17.0`
- Update `Postgres` to `17.1`
- Update `Redis` to `7.4.1`

#### Back-end dependencies
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
# POSTGRES_DB: "${POSTGRES_DB}"
image: "postgres:17.0-bookworm"
image: "postgres:17.1-bookworm"
profiles: ["postgres"]
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
stop_grace_period: "3s"
Expand Down

0 comments on commit 954b37e

Please sign in to comment.