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; \