Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 25233b7 commit 5734326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:labs
FROM alpine:3.20.2 AS build
FROM alpine:3.20.3 AS build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG VALKEY_VERSION=7.2.6

Expand All @@ -10,7 +10,7 @@ RUN apk upgrade --no-cache -a && \
sed -i "s|\(protected_mode.*\)1|\10|g" /src/src/config.c && \
make -j "$(nproc)" LDFLAGS="-s -w -static" CFLAGS="-static" USE_SYSTEMD=no BUILD_TLS=no

FROM alpine:3.20.2
FROM alpine:3.20.3
COPY --from=build /src/src/valkey-cli /usr/local/bin/valkey-cli
COPY --from=build /src/src/valkey-server /usr/local/bin/valkey-server
RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 5734326

Please sign in to comment.