Skip to content

Commit

Permalink
Update xmrig v6.8.0
Browse files Browse the repository at this point in the history
Also include alpine 3.13
  • Loading branch information
giansalex committed Jan 26, 2021
1 parent 484a6c4 commit 6e71ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.11 AS builder
FROM alpine:3.13 AS builder

ARG XMRIG_VERSION='v6.7.2'
ARG XMRIG_VERSION='v6.8.0'
WORKDIR /miner

RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
Expand All @@ -21,7 +21,7 @@ RUN cd xmrig/build && \
make -j$(nproc)


FROM alpine:3.11
FROM alpine:3.13
LABEL owner="Giancarlos Salas"
LABEL maintainer="[email protected]"

Expand Down

0 comments on commit 6e71ff8

Please sign in to comment.