Skip to content

Commit

Permalink
use 1.15.0 validator version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrypnotoad committed Nov 7, 2024
1 parent 9275682 commit 3181ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/shardeum/server:latest
FROM ghcr.io/shardeum/server:itn1.15.0-rotation-c619d62

ARG RUNDASHBOARD=y
ENV RUNDASHBOARD=${RUNDASHBOARD}
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ if [ -d "$NODEHOME" ]; then
fi
fi

git clone -b dev https://github.com/shardeum/validator-dashboard.git ${NODEHOME} || { echo "Error: Permission denied. Exiting script."; exit 1; }
git clone -b itn1.15.0 https://github.com/shardeum/validator-dashboard.git ${NODEHOME} || { echo "Error: Permission denied. Exiting script."; exit 1; }
cd ${NODEHOME}
chmod a+x ./*.sh

Expand Down

0 comments on commit 3181ea8

Please sign in to comment.