Merge pull request #2174 from nextcloud/dependabot/docker/Containers/redis/redis-7.0.10-alpine

Bump redis from 7.0.9-alpine to 7.0.10-alpine in /Containers/redis
This commit is contained in:
Simon L 2023-03-21 18:09:20 +01:00 committed by GitHub
commit a86555da16
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 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 RUN apk add --no-cache openssl bash