Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00

Update redis Docker tag to v7.2.5

This commit is contained in:
Renovate Bot 2024-05-25 00:05:17 +00:00
parent b478bfb3cf
commit 237362ddd3

View file

@ -54,7 +54,7 @@ jobs:
MINIO_ROOT_USER: 123456
MINIO_ROOT_PASSWORD: 12345678
redis:
image: redis:7.2.4
image: redis:7.2.5
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- uses: https://code.forgejo.org/actions/setup-go@v4