Skip to content

Commit

Permalink
fix: change xmrig version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev authored Sep 4, 2024
1 parent 9324ee7 commit 1cfcd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Build the XMRig binary
FROM public.ecr.aws/docker/library/alpine:3.15.10 as builder

ARG XMRIG_VERSION=v6.20.0
ARG XMRIG_VERSION=v6.22.0
ARG XMRIG_URL="https://github.com/xmrig/xmrig.git"
ARG XMRIG_BUILD_ARGS="-DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON -DWITH_HWLOC=OFF"

Expand Down

0 comments on commit 1cfcd31

Please sign in to comment.