Skip to content

Commit

Permalink
chore(container): Fix valkey build stage dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Feb 14, 2025
1 parent 68d95c4 commit 74d664f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.valkey
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ RUN apk add --no-cache --virtual .build-deps \
git=2.47.2-r0 \
coreutils=9.5-r2 \
linux-headers=6.6-r1 \
musl-dev=1.2.5-r8 \
musl-dev=1.2.5-r9 \
openssl-dev=3.3.3-r0 \
gcc=14.2.0-r4 \
curl=8.11.1-r1 \
curl=8.12.1-r0 \
make=4.4.1-r2 \
&& curl -L https://github.com/valkey-io/valkey/archive/refs/tags/${VALKEY_VERSION}.tar.gz -o valkey.tar.gz \
&& tar -xzf valkey.tar.gz --strip-components=1 \
Expand Down

0 comments on commit 74d664f

Please sign in to comment.