Skip to content

Commit 63e9493

Browse files
committed
Dependency updates.
1 parent 402862c commit 63e9493

File tree

6 files changed

+1234
-1603
lines changed

6 files changed

+1234
-1603
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ You can build and run the Docker image locally by running the following commands
4949
```
5050
git clone https://github.com/helikon-labs/chainviz.git
5151
cd chainviz/docker
52-
docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
53-
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
52+
docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..
53+
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
5454
```
5555

5656
Application is going to be available at port `8080`.
5757

5858
If you'd like to use the existing image from Helikon on Docker Hub, then please use the following commands:
5959

6060
```
61-
docker pull helikon/chainviz:1.0.0
62-
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
61+
docker pull helikon/chainviz:1.0.1
62+
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
6363
```
6464

6565
## Test

dist/client/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<div class="right-panel-content">
143143
<div id="menu-content-main" class="menu-item-content">
144144
<div class="network-status" id="network-status">
145-
<div>CHAINVIZ v1.0.0</div>
145+
<div>CHAINVIZ v1.0.1</div>
146146
<div class="block-progress-bar" id="block-progress-bar">
147147
<div class="block-progress" id="block-progress"></div>
148148
</div>
@@ -203,7 +203,7 @@
203203
</div>
204204
<div id="menu-content-about" class="menu-item-content hidden">
205205
<div class="about-container">
206-
<span class="about-title">CHAINVIZ v1.0.0</span>
206+
<span class="about-title">CHAINVIZ v1.0.1</span>
207207
<span class="about-content">
208208
Chainviz is a real-time 3D visualization of the Polkadot machine.
209209
<br /><br />

docker/docker-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
1+
docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..

0 commit comments

Comments
 (0)