Bump redis from 7.0.9-alpine to 7.0.10-alpine in /Containers/redis

Bumps redis from 7.0.9-alpine to 7.0.10-alpine.

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-21 12:59:46 +00:00 committed by GitHub
parent 28ec69e505
commit e16340ffcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile
FROM redis:7.0.9-alpine
FROM redis:7.0.10-alpine
RUN apk add --no-cache openssl bash