feat(container): update image alpine (3.20 → 3.21) (#13)

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]
2024-12-06 10:17:01 +02:00
committed by GitHub
parent 969f733143
commit 79ace41b44

View File

@@ -1,7 +1,7 @@
# Stage 1: Build stage
ARG XMRIG_VERSION="v6.22.2"
FROM alpine:3.20 AS builder
FROM alpine:3.21 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.20
FROM alpine:3.21
ARG XMRIG_VERSION
ARG BUILD_DATE