ci: should use bullseye image
This commit is contained in:
parent
ac77f38394
commit
701b4b1fbf
|
@ -29,7 +29,7 @@ jobs:
|
|||
volumes:
|
||||
- minio-data:/data
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
image: redis:6-bullseye
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: >-
|
||||
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
volumes:
|
||||
- minio-data:/data
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
image: redis:6-bullseye
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: >-
|
||||
|
|
Loading…
Reference in New Issue