From d62662336fc9bfe5816dab8f2f6e8085a4ed156c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Feb 2022 14:14:58 +0100 Subject: [PATCH] Upgrade to Redis 6.2.6. Closes #2272 --- Makefile | 2 +- ci/openjdk8-redis-6.2/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abb1a4320..dcfae4a4f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -REDIS_VERSION:=6.0.8 +REDIS_VERSION:=6.2.6 SPRING_PROFILE?=ci SHELL=/bin/bash -euo pipefail diff --git a/ci/openjdk8-redis-6.2/Dockerfile b/ci/openjdk8-redis-6.2/Dockerfile index 93a4cd295..25e2ea36f 100644 --- a/ci/openjdk8-redis-6.2/Dockerfile +++ b/ci/openjdk8-redis-6.2/Dockerfile @@ -4,6 +4,7 @@ FROM ${BASE} ARG REDIS # Copy Spring Data Redis's Makefile into the container +# COPY ./Makefile / RUN set -eux; \