Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Sep 15, 2024
1 parent 4ef6dec commit 7ff3b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 7ff3b76

Please sign in to comment.