diff --git a/Dockerfile b/Dockerfile index 36b6bfe..9cb97e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM ubuntu:20.04 AS builder WORKDIR /tmp -ARG GMINER_VERSION="2.56" -ARG GMINER_FILENAME="gminer_2_56_linux64.tar.xz" +ARG GMINER_VERSION="2.63" +ARG GMINER_FILENAME="gminer_2_63_linux64.tar.xz" RUN mkdir gminer &&\ apt update && apt install tar wget xz-utils -y diff --git a/README.md b/README.md index 05f587b..31dfe4b 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ In default, the docker expose the 8080 port for GMiner monitoring page, you can This image is built on top of the following softwares: - [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v10.2 -- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.56 \ No newline at end of file +- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.63 \ No newline at end of file diff --git a/hub/README.md b/hub/README.md index 6f6c211..2e5ec3a 100644 --- a/hub/README.md +++ b/hub/README.md @@ -6,9 +6,9 @@ # Supported tags and respective `Dockerfile` links -- [`2.56`, `latest`](https://github.com/dockminer/gminer/blob/v2.56/Dockerfile) +- [`2.63`, `latest`](https://github.com/dockminer/gminer/blob/v2.63/Dockerfile) +- [`2.56`](https://github.com/dockminer/gminer/blob/v2.56/Dockerfile) - [`2.55`](https://github.com/dockminer/gminer/blob/v2.55/Dockerfile) -- [`2.49`](https://github.com/dockminer/gminer/blob/ee64b7bf1b3d57c6fb87608a864b95424d731d6a/Dockerfile) # What is GMiner? @@ -41,4 +41,4 @@ In default, the docker expose the 8080 port for GMiner monitoring page, you can This image is built on top of the following softwares: - [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v10.2 -- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.56 +- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.63