File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Hello Universe is available as a Docker image.
1616To run Hello Universe issue the following commands:
1717
1818``` shell
19- docker pull ghcr.io/spectrocloud/hello-universe:1.0.0
20- docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.0
19+ docker pull ghcr.io/spectrocloud/hello-universe:1.0.1
20+ docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.1
2121```
2222
2323## Non-Docker
@@ -32,4 +32,4 @@ npm run start
3232## Dependencies
3333
3434- [ Count API] ( https://countapi.xyz/ ) is used to keep a global count of clicks.
35- - [ React Spring] ( https://github.com/pmndrs/react-spring ) is used to animate the logo.
35+ - [ React Spring] ( https://github.com/pmndrs/react-spring ) is used to animate the logo.
You can’t perform that action at this time.
0 commit comments