Skip to content

Commit

Permalink
updated to v6.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thelolagemann committed Mar 1, 2024
1 parent ddc4557 commit a725948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.14.1 as xmrig-builder
RUN apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers
ARG XMRIG_VERSION=6.18.0-mo1
ARG XMRIG_VERSION=6.21.1-mo1
RUN git clone https://github.com/moneroocean/xmrig.git --branch v${XMRIG_VERSION}
RUN mkdir xmrig/build \
&& cd xmrig/scripts \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A tiny docker container for quickly getting up and running with the MoneroOcean

![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/thelolagemann/xmrig-mo?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/thelolagemann/docker-xmrig-mo/Build%20and%20publish%20docker%20image?style=flat-square)
![Xmrig Version](https://img.shields.io/badge/xmrig-v6.18.0-orange?style=flat-square)
![Xmrig Version](https://img.shields.io/badge/xmrig-v6.21.1-orange?style=flat-square)
### Table of Contents
* [Quick Start](#quick-start)
* [Usage](#usage)
Expand Down Expand Up @@ -158,4 +158,4 @@ build arguments you can pass during build.

| Argument | Description | Default |
|-----------------|----------------------------------|--------------|
| `XMRIG_VERSION` | The version of xmrig-mo to build | `6.18.0-mo1` |
| `XMRIG_VERSION` | The version of xmrig-mo to build | `6.21.1-mo1` |

0 comments on commit a725948

Please sign in to comment.