From 7ff3b76ce74b0bfd149304dfccce485b5a0d7f0c Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 15 Sep 2024 22:55:45 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f6a67c..5aad124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:labs FROM alpine:3.20.3 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG VALKEY_VERSION=7.2.6 +ARG VALKEY_VERSION=8.0.0 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates git build-base pkgconf && \