chore(deps): update image alpine to v3.23 (#22)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-05 06:59:12 +00:00
committed by GitHub
parent 7ce7d4bae3
commit 4a572d083d

View File

@@ -1,7 +1,7 @@
# Stage 1: Build stage
ARG XMRIG_VERSION="v6.22.2"
FROM alpine:3.22 AS builder
FROM alpine:3.23 AS builder
# Install build dependencies
RUN echo 'https://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \
@@ -19,7 +19,7 @@ WORKDIR /xmrig/build
RUN cmake .. -DWITH_OPENCL=OFF -DWITH_CUDA=OFF && make -j$(nproc)
# Stage 2
FROM alpine:3.22
FROM alpine:3.23
ARG XMRIG_VERSION
ARG BUILD_DATE