From 32817f3d7988528ed4a3da9ea79b4c2c20d475a1 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Fri, 12 Feb 2021 08:04:59 -0500 Subject: [PATCH] Update xmrig v6.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7eb0c72..7e6636a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.13 AS builder -ARG XMRIG_VERSION='v6.8.1' +ARG XMRIG_VERSION='v6.8.2' WORKDIR /miner RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \