Skip to content

Commit

Permalink
Update Postgres to 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 13, 2024
1 parent e47427c commit a64595b
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 @@ -11,7 +11,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Languages and services

- Update `Postgres` to `17.1`
- Update `Postgres` to `17.2`
- 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 @@ -49,7 +49,7 @@ services:
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
# POSTGRES_DB: "${POSTGRES_DB}"
image: "postgres:17.1-bookworm"
image: "postgres:17.2-bookworm"
profiles: ["postgres"]
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
stop_grace_period: "3s"
Expand Down

0 comments on commit a64595b

Please sign in to comment.