Skip to content

Commit

Permalink
Bump to version 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cniweb committed Sep 14, 2023
1 parent 74458e2 commit 5e8c5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ENV EXTRAS="--api-enable --api-port 80 --disable-auto-affinity --disable-gpu"

RUN apt-get update && apt-get -y install wget xz-utils && \
cd /opt && \
wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.3.2/SRBMiner-Multi-2-3-2-Linux.tar.xz -O SRBMiner-Multi.tar.xz && \
wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.3.5/SRBMiner-Multi-2-3-5-Linux.tar.xz -O SRBMiner-Multi.tar.xz && \
tar xf SRBMiner-Multi.tar.xz && \
rm -rf /opt/SRBMiner-Multi.tar.xz && \
mv /opt/SRBMiner-Multi-2-3-2/ /opt/SRBMiner-Multi/ && \
mv /opt/SRBMiner-Multi-2-3-5/ /opt/SRBMiner-Multi/ && \
apt-get -y purge xz-utils && \
apt-get -y autoremove --purge && \
apt-get -y clean && \
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.3.2"
version="2.3.5"
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 5e8c5b7

Please sign in to comment.