mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 03:24:10 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user