We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d80f0 commit 5912205Copy full SHA for 5912205
.github/workflows/test.yml
@@ -99,7 +99,7 @@ jobs:
99
- 3306:3306
100
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
101
redis:
102
- image: redis@sha256:c22af04bb576503bf16b3e34a1fd2fd82de0f765afd866d2e380145e0af30d78
+ image: redis@sha256:7b6fb55d8b0adcd77269dc52b3cfffe5f59ca5d43dec3c90dbe18aacce7942e1
103
ports:
104
- 6379:6379
105
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
0 commit comments