From b117ee5af5e41ca9fb4ed511ffdda5d814b912d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Mon, 6 Sep 2021 22:24:26 +0000 Subject: [PATCH] Update redis Docker tag to v6.2.5 --- images/redis/6.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/redis/6.Dockerfile b/images/redis/6.Dockerfile index 2f89f2606..4bd0a12ec 100644 --- a/images/redis/6.Dockerfile +++ b/images/redis/6.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM redis:6.2.4-alpine3.14 +FROM redis:6.2.5-alpine3.14 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"