chore(deps): update redis docker tag to v6.2.13 (#389)

* chore(deps): update redis docker tag to v6.2.13

* Update app version

---------

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-09-07 15:12:28 +08:00 committed by GitHub
parent ea4c105d7d
commit a665a20726
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:6.2.12
image: redis:6.2.13
restart: always
container_name: ${CONTAINER_NAME}
networks: