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