diff --git a/Dockerfile b/Dockerfile index 1947b3a..9b48361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN set -x \ # Compile from source code. && git clone --recursive https://github.com/JayDDee/cpuminer-opt.git /tmp/cpuminer \ && cd /tmp/cpuminer \ - && git checkout v3.22.1 \ + && git checkout v3.22.2 \ && ./autogen.sh \ && extracflags="$extracflags -Ofast -flto -fuse-linker-plugin -ftree-loop-if-convert-stores" \ && CFLAGS="-O3 -march=native -Wall" ./configure --with-curl \ diff --git a/build.sh b/build.sh index 44b1b02..a3df404 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -version="3.22.1" +version="3.22.2" image="cpuminer-opt" docker build . --tag docker.io/cniweb/$image:$version docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest