Skip to content

Commit bbaef27

Browse files
committed
Bump to version 2.5.3
1 parent 616688a commit bbaef27

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ ENV EXTRAS="--api-enable --api-port 80 --disable-auto-affinity --disable-gpu"
88

99
RUN apt-get -y update \
1010
&& apt-get -y upgrade \
11-
&& apt-get -y install curl xz-utils wget \
11+
&& apt-get -y install curl wget \
1212
&& cd /opt \
13-
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.7/SRBMiner-Multi-2-4-7-Linux.tar.xz -o SRBMiner-Multi.tar.xz \
14-
&& tar xf SRBMiner-Multi.tar.xz \
15-
&& rm -rf SRBMiner-Multi.tar.xz \
16-
&& mv /opt/SRBMiner-Multi-2-4-7/ /opt/SRBMiner-Multi/ \
17-
&& apt-get -y purge xz-utils \
13+
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.5.3/SRBMiner-Multi-2-5-3-Linux.tar.gz -o SRBMiner-Multi.tar.gz \
14+
&& tar xf SRBMiner-Multi.tar.gz \
15+
&& rm -rf SRBMiner-Multi.tar.gz \
16+
&& mv /opt/SRBMiner-Multi-2-5-3/ /opt/SRBMiner-Multi/ \
1817
&& apt-get -y autoremove --purge \
1918
&& apt-get -y clean \
2019
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
version="2.4.7"
2+
version="2.5.3"
33
image="srbminer-multi"
44
docker build . --tag docker.io/cniweb/$image:$version
55
docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest

0 commit comments

Comments
 (0)