We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c97e8 commit c31ee52Copy full SHA for c31ee52
CHANGELOG.md
@@ -18,7 +18,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
18
19
- Update `Ruby` to `3.3.0`
20
- Update `Node` to `20.X`
21
-- Update `Postgres` to `16.1`
+- Update `Postgres` to `16.2`
22
- Update `Redis` to `7.2.3`
23
24
#### Back-end dependencies
docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
POSTGRES_USER: "${POSTGRES_USER}"
52
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
53
# POSTGRES_DB: "${POSTGRES_DB}"
54
- image: "postgres:16.1-bookworm"
+ image: "postgres:16.2-bookworm"
55
profiles: ["postgres"]
56
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
57
stop_grace_period: "3s"
0 commit comments