From 44e87ba7bcc3ed79db1100961322c76001698f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 01:03:22 +0000 Subject: [PATCH] Bump redis from 7.2.12-alpine to 8.6.1-alpine Bumps redis from 7.2.12-alpine to 8.6.1-alpine. --- updated-dependencies: - dependency-name: redis dependency-version: 8.6.1-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..3c01878 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.6.1-alpine as build_alp #RUN apk add py3-setuptools RUN apk add --no-cache python3 py3-pip #RUN apk add py3-virtualenv