chore(deps): update redis docker tag to v7.2.3 (#568)

* chore(deps): update redis docker tag to v7.2.3

* 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:
renovate[bot] 2023-11-04 21:48:13 +08:00 committed by GitHub
parent f2d338f845
commit 926b7f5294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
redis:
image: redis:7.2.2
image: redis:7.2.3
restart: always
container_name: ${CONTAINER_NAME}
networks: