⬆️ Update redis Docker tag to v7.2.4
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
bfdaac980b
commit
72b44cf007
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- activepieces
|
- activepieces
|
||||||
redis:
|
redis:
|
||||||
image: 'redis:7.0.7'
|
image: 'redis:7.2.4'
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue