Skip to content

Commit

Permalink
neo v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Dec 11, 2023
1 parent b73892b commit 3911d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /neo
COPY prepare-node.sh .
RUN sh ./prepare-node.sh

FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS Final
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS Final
RUN apt-get update && apt-get install -y screen \
curl \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 1 addition & 3 deletions prepare-node.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

nodeversion="v3.5.0"
nodeversion="v3.6.2"
pluginsversion=$nodeversion

echo "Downloading neo node $nodeversion"
Expand All @@ -15,7 +15,6 @@ unzip ApplicationLogs.zip -d ./neo-cli/
unzip RpcServer.zip -d ./neo-cli/
unzip TokensTracker.zip -d ./neo-cli/


sed -i "s/127.0.0.1/0.0.0.0/g" neo-cli/Plugins/RpcServer/config.json

echo "Node Ready!"
Expand All @@ -29,4 +28,3 @@ echo "Node Ready!"
# wget https://github.com/neo-project/neo-modules/releases/download/$2/ApplicationLogs.zip
# wget https://github.com/neo-project/neo-modules/releases/download/$2/RpcServer.zip
# fi

0 comments on commit 3911d75

Please sign in to comment.