Skip to content

Commit

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

- Update `Ruby` to `3.3.1`
- Update `Node` to `20.X`
- Update `Postgres` to `16.2`
- Update `Postgres` to `16.3`
- Update `Redis` to `7.2.4`

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

0 comments on commit 2410cff

Please sign in to comment.