Skip to content

Commit d8c0688

Browse files
committed
README: Point to 'main' image tag instead of 'latest'
In the installation instructions, point to the 'main' image tag, which is built from the 'main' branch, instead of the 'latest' tag which may not necessarily point to the latest build in the 'main' branch. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent eed93e7 commit d8c0688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ DockerHub (`docker.io`).
3131

3232
```
3333
docker run -ti -v $HOME/Work/zephyrproject:/workdir \
34-
ghcr.io/zephyrproject-rtos/zephyr-build:latest
34+
ghcr.io/zephyrproject-rtos/zephyr-build:main
3535
```
3636

3737
**DockerHub (`docker.io`)**
3838

3939
```
4040
docker run -ti -v $HOME/Work/zephyrproject:/workdir \
41-
docker.io/zephyrprojectrtos/zephyr-build:latest
41+
docker.io/zephyrprojectrtos/zephyr-build:main
4242
```
4343

4444
#### Building Developer Docker Image

0 commit comments

Comments
 (0)