We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4f340 commit 61aaef6Copy full SHA for 61aaef6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.2
4
+
5
+ - Removed the $HOME volume mount for the Dashboard
6
7
## 1.2.1
8
9
- Support the Docker version numbering change
cli/main.go
@@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)
10
11
-const VERSION = "1.2.1"
+const VERSION = "1.2.2"
12
13
// It all starts here
14
func main() {
0 commit comments