From 6d40514957762d840ef18870bca92d68497be22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:33:50 +0000 Subject: [PATCH] Bump redis from 7.2.12-alpine to 8.4.0-alpine Bumps redis from 7.2.12-alpine to 8.4.0-alpine. --- updated-dependencies: - dependency-name: redis dependency-version: 8.4.0-alpine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2fa734..d99b497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN git clone --branch v${REDIS_TIMESERIES_VERSION} https://github.com/RedisTime && cp bin/linux-x64-release/redistimeseries.so /build/artifacts/ # ---------- Runtime Stage ---------- -FROM redis:7.2.12-alpine as build_alp +FROM redis:8.4.0-alpine as build_alp #RUN apk add py3-setuptools RUN apk add --no-cache python3 py3-pip #RUN apk add py3-virtualenv