⬆️ Update redis Docker tag to v7.2.5
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
c3458f6aeb
commit
43032ff728
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.5'
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue