We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563abf7 commit c5c6dd1Copy full SHA for c5c6dd1
docs/docker.md
@@ -67,6 +67,6 @@ make build-docker VERSION=3.4.0 EDGE=3.4.3
67
OR
68
69
```shell
70
-docker build --build-arg PALETTE_VERSION=3.3.0 --build-arg PALETTE_CLI_VERSION=3.3.0 --build-arg= PALETTE_EDGE_VERSION=3.4.3 -t tutorials .
+docker build --build-arg PALETTE_VERSION=3.3.0 --build-arg PALETTE_CLI_VERSION=3.4.0 --build-arg PALETTE_EDGE_VERSION=3.4.3 -t tutorials .
71
```
72
0 commit comments