From 747d8f1c34c517b07f3275e0022736679d8d6ffc Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:23:43 +0000 Subject: [PATCH] update valkey version to 7.2.6 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a0bbd2..c6f566f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:labs FROM alpine:3.20.2 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG VALKEY_VERSION=7.2.5 +ARG VALKEY_VERSION=7.2.6 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base pkgconf && \