Skip to content

Commit

Permalink
Merge pull request #210 from hyperspike/dependabot/docker/alpine-3.21.3
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.21.2 to 3.21.3
  • Loading branch information
dmolik authored Feb 18, 2025
2 parents 0ca4493 + 9fa1dc6 commit 46ddc2e
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
@@ -1,4 +1,4 @@
FROM alpine:3.21.2 AS builder
FROM alpine:3.21.3 AS builder

ARG VALKEY_VERSION=8.0.2

Expand All @@ -18,7 +18,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& make PREFIX=/usr BUILD_TLS=yes \
&& make install BUILD_TLS=yes PREFIX=/home/valkey/build

FROM alpine:3.21.2 AS valkey
FROM alpine:3.21.3 AS valkey

RUN apk add --no-cache \
openssl=3.3.3-r0 \
Expand Down

0 comments on commit 46ddc2e

Please sign in to comment.