Skip to content

Commit c5c6dd1

Browse files
authored
docs: update docker.md (#19)
* Update docker.md Remove an `=` from the `docker build` command. * Update docs/docker.md
1 parent 563abf7 commit c5c6dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ make build-docker VERSION=3.4.0 EDGE=3.4.3
6767
OR
6868

6969
```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 .
70+
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 .
7171
```
7272

0 commit comments

Comments
 (0)