Skip to content

Commit c31ee52

Browse files
committed
Update Postgres to 16.2
1 parent 48c97e8 commit c31ee52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1818

1919
- Update `Ruby` to `3.3.0`
2020
- Update `Node` to `20.X`
21-
- Update `Postgres` to `16.1`
21+
- Update `Postgres` to `16.2`
2222
- Update `Redis` to `7.2.3`
2323

2424
#### Back-end dependencies

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
POSTGRES_USER: "${POSTGRES_USER}"
5252
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
5353
# POSTGRES_DB: "${POSTGRES_DB}"
54-
image: "postgres:16.1-bookworm"
54+
image: "postgres:16.2-bookworm"
5555
profiles: ["postgres"]
5656
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
5757
stop_grace_period: "3s"

0 commit comments

Comments
 (0)