Skip to content

Commit

Permalink
Bump to version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cniweb committed May 14, 2024
1 parent 616688a commit bbaef27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ ENV EXTRAS="--api-enable --api-port 80 --disable-auto-affinity --disable-gpu"

RUN apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install curl xz-utils wget \
&& apt-get -y install curl wget \
&& cd /opt \
&& 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 \
&& tar xf SRBMiner-Multi.tar.xz \
&& rm -rf SRBMiner-Multi.tar.xz \
&& mv /opt/SRBMiner-Multi-2-4-7/ /opt/SRBMiner-Multi/ \
&& apt-get -y purge xz-utils \
&& 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 \
&& tar xf SRBMiner-Multi.tar.gz \
&& rm -rf SRBMiner-Multi.tar.gz \
&& mv /opt/SRBMiner-Multi-2-5-3/ /opt/SRBMiner-Multi/ \
&& apt-get -y autoremove --purge \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version="2.4.7"
version="2.5.3"
image="srbminer-multi"
docker build . --tag docker.io/cniweb/$image:$version
docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest
Expand Down

0 comments on commit bbaef27

Please sign in to comment.