File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1414#### Languages and services
1515
1616- Update ` Node ` to ` 20.X `
17+ - Update ` Postgres ` to ` 15.4 `
18+ - Update ` Redis ` to ` 7.0.12 `
1719
1820#### Back-end dependencies
1921
Original file line number Diff line number Diff 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:15.3 -bookworm"
54+ image : " postgres:15.4 -bookworm"
5555 profiles : ["postgres"]
5656 restart : " ${DOCKER_RESTART_POLICY:-unless-stopped}"
5757 stop_grace_period : " 3s"
@@ -64,7 +64,7 @@ services:
6464 limits :
6565 cpus : " ${DOCKER_REDIS_CPUS:-0}"
6666 memory : " ${DOCKER_REDIS_MEMORY:-0}"
67- image : " redis:7.0.11 -bookworm"
67+ image : " redis:7.0.12 -bookworm"
6868 profiles : ["redis"]
6969 restart : " ${DOCKER_RESTART_POLICY:-unless-stopped}"
7070 stop_grace_period : " 3s"
You can’t perform that action at this time.
0 commit comments