From 3fe4807683d1ed3144d721539c77d5fc9d1c61b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=A4ussler?= Date: Tue, 12 Dec 2023 23:42:03 +0100 Subject: [PATCH] Bump to version 2.4.2 --- Dockerfile | 4 ++-- build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb60fe2..521d47f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ RUN apt-get -y update \ && apt-get -y upgrade \ && apt-get -y install curl xz-utils \ && cd /opt \ - && curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.3.9/SRBMiner-Multi-2-3-9-Linux.tar.xz -o SRBMiner-Multi.tar.xz \ + && curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.2/SRBMiner-Multi-2-4-2-Linux.tar.xz -o SRBMiner-Multi.tar.xz \ && tar xf SRBMiner-Multi.tar.xz \ && rm -rf SRBMiner-Multi.tar.xz \ - && mv /opt/SRBMiner-Multi-2-3-9/ /opt/SRBMiner-Multi/ \ + && mv /opt/SRBMiner-Multi-2-4-2/ /opt/SRBMiner-Multi/ \ && apt-get -y purge xz-utils \ && apt-get -y autoremove --purge \ && apt-get -y clean \ diff --git a/build.sh b/build.sh index 976704c..e219bca 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -version="2.3.9" +version="2.4.2" image="srbminer-multi" docker build . --tag docker.io/cniweb/$image:$version docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest