Merge pull request #821 from nextcloud/dependabot/docker/Containers/redis/redis-6.2.7-alpine

Bump redis from 6.2.6-alpine to 6.2.7-alpine in /Containers/redis
This commit is contained in:
Simon L
2022-06-13 12:03:06 +02:00
committed by GitHub

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