mirror of
https://git.wownero.com/asymptotically/docker-monero.git
synced 2024-08-15 01:03:28 +00:00
xmrig-proxy: Bump to 6.3.0
This commit is contained in:
parent
ac10861ad5
commit
87252c1b47
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG LIBUV_VERSION=1.38.0
|
||||
ARG OPENSSL_VERSION=1.1.1g
|
||||
ARG XMRIG_PROXY_VERSION=5.11.0
|
||||
ARG XMRIG_PROXY_VERSION=6.3.0
|
||||
|
||||
FROM alpine:3.12 AS builder
|
||||
|
||||
|
@ -75,4 +75,4 @@ LABEL maintainer="Matt Smith <matt@offtopica.uk>"
|
|||
|
||||
COPY --from=builder /workdir/xmrig-proxy/xmrig-proxy-${XMRIG_PROXY_VERSION}/build/xmrig-proxy /xmrig-proxy
|
||||
|
||||
ENTRYPOINT ["/xmrig-proxy"]
|
||||
ENTRYPOINT ["/xmrig-proxy"]
|
||||
|
|
Loading…
Reference in a new issue