mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
chore: update container image to go 1.25.1 (#2074)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user