updated xmrig
All checks were successful
CI / Build xmrig docker images (push) Successful in 3m9s

This commit is contained in:
2025-12-24 02:43:59 +08:00
parent eb1509ce4f
commit 6170b6a223
2 changed files with 8 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
FROM alpine:3.22 AS base
FROM alpine:3.23 AS base
FROM base AS build
ARG VERSION
RUN --mount=type=cache,target=/var/cache/apk apk add gcc g++ musl-dev cmake ninja hwloc-dev libuv-dev openssl-dev git upx
RUN --mount=type=cache,target=/var/cache/apk apk add gcc g++ musl-dev cmake ninja hwloc-dev libuv-dev openssl-dev git upx linux-headers
RUN adduser -D -S -h /home/luser luser
WORKDIR /home/luser
USER luser