We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b0caa commit c3df5c4Copy full SHA for c3df5c4
server/docker-compose-dev.yml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
# Redis server to manage request queues and results
4
megalinter_server_redis:
5
- image: redis:8.2.2-alpine
+ image: redis:8.2.3-alpine
6
ports:
7
- "6379:6379"
8
volumes:
server/docker-compose.yml
0 commit comments