chore(deps): update redis docker tag to v7.4.1 (#2243)
* chore(deps): update redis docker tag to v7.4.1 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
3f04964ed7
commit
887a2964f2
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
redis:
|
||||
image: redis:7.4.0
|
||||
image: redis:7.4.1
|
||||
restart: always
|
||||
container_name: ${CONTAINER_NAME}
|
||||
networks:
|
||||
Loading…
Reference in New Issue