chore: update versions

This commit is contained in:
Sun-ZhenXing
2026-06-12 15:02:32 +08:00
parent b7d3248b37
commit a742b5555b
20 changed files with 66 additions and 29 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
GLOBAL_REGISTRY=
# Redis version
REDIS_VERSION=8.2.1-alpine3.22
REDIS_VERSION=8.4.0-alpine3.23
# Password for Redis authentication (leave empty for no password)
REDIS_PASSWORD=
@@ -22,4 +22,4 @@ REDIS_CPU_RESERVATION=0.1
# Memory limits
REDIS_MEMORY_LIMIT=256M
REDIS_MEMORY_RESERVATION=128M
REDIS_MEMORY_RESERVATION=128M
+1 -1
View File
@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
redis:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}redis:${REDIS_VERSION:-8.2.1-alpine3.22}
image: ${GLOBAL_REGISTRY:-}redis:${REDIS_VERSION:-8.4.0-alpine3.23}
ports:
- '${REDIS_PORT_OVERRIDE:-6379}:6379'
volumes: