chore: update container image to go 1.25.1 (#2074)

This commit is contained in:
DrPsychick
2025-10-06 00:10:40 +02:00
committed by GitHub
parent d0d643ae82
commit 5e91da642e
5 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ jobs:
- 6379:6379
redis-sentinel:
image: bitnami/redis-sentinel
image: bitnamilegacy/redis-sentinel
env:
REDIS_MASTER_HOST: redis
REDIS_MASTER_SET: redis-1
@@ -86,7 +86,7 @@ jobs:
- 26379:26379
protectedredis:
image: bitnami/redis
image: bitnamilegacy/redis
ports:
- 6380:6380
env:
@@ -94,7 +94,7 @@ jobs:
REDIS_PASSWORD: AthensPass1
redis-sentinel-protected-redis:
image: bitnami/redis-sentinel
image: bitnamilegacy/redis-sentinel
env:
REDIS_MASTER_HOST: protectedredis
REDIS_MASTER_PORT_NUMBER: 6380