From fc3c1e429d532b0a5ea5351aad7293296a943edc Mon Sep 17 00:00:00 2001 From: Chuy Garcia <75956027+chuygarcia92@users.noreply.github.com> Date: Mon, 18 May 2026 08:04:26 -0600 Subject: [PATCH] Update Redis base image to version 7-alpine --- redis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/Dockerfile b/redis/Dockerfile index bfd61de..410c66a 100644 --- a/redis/Dockerfile +++ b/redis/Dockerfile @@ -1,2 +1,2 @@ ARG UPSTREAM_VERSION -FROM redis:${UPSTREAM_VERSION} +FROM redis:7-alpine