Skip to content

Commit

Permalink
Upgrade to XMRig v6.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Nov 24, 2023
1 parent e8c3fe0 commit d7591be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tor-miner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:bookworm as builder

ARG NAME=xmrig
ARG VERSION=6.20.0
ARG VERSION=6.21.0
ARG ARCH=linux-static-x64
ARG TARBALL=$NAME-$VERSION-$ARCH.tar.gz
ARG DOWNLOAD=https://github.com/xmrig/xmrig/releases/download
ARG HASH=ff6e67d725ee64b4607dc6490a706dc9234c708cff814477de52d3beb781c6a1
ARG HASH=c5dc12dbb9bb51ea8acf93d6349d5bc7fe5ee11b68d6371c1bbb098e21d0f685

WORKDIR /src
RUN curl -Lo $TARBALL $DOWNLOAD/v$VERSION/$TARBALL
Expand Down

0 comments on commit d7591be

Please sign in to comment.