feat(container): update image alpine (3.21 → 3.22) (#15)

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-05-31 01:07:11 +03:00
committed by GitHub
parent cf3ffad8c9
commit b33025ab06

View File

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