Bump redis from 6.2.6-alpine to 6.2.7-alpine in /Containers/redis

Bumps redis from 6.2.6-alpine to 6.2.7-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] 2022-06-13 10:02:36 +00:00 committed by GitHub
parent 334c879a5e
commit 5d0f344839
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/6.2/alpine/Dockerfile
FROM redis:6.2.6-alpine
FROM redis:6.2.7-alpine
RUN apk add --update --no-cache openssl bash