Skip to content

Commit 221ad61

Browse files
nhammond101pozgo
andauthored
docs: Update arm64 example build command (#61)
Co-authored-by: Przemek Ozgo <[email protected]>
1 parent 507cbf6 commit 221ad61

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
@@ -26,7 +26,7 @@ To build ARM based image Docker Desktop for macOS can be used.
2626
Example build:
2727

2828
```bash
29-
docker build . --file Dockerfile-arm64v8 polinux/mkdocs:arm64v8-1.1.2
29+
docker build --file Dockerfile-arm64v8 -t polinux/mkdocs:arm64v8-1.2.2 .
3030
```
3131

3232
### Docker compose example
@@ -37,7 +37,7 @@ version: '3'
3737
services:
3838
mkdocs:
3939
container_name: mkdocs
40-
image: polinux/mkdocs:1.1.2
40+
image: polinux/mkdocs:1.2.2
4141
restart: always
4242
ports:
4343
- "8000:8000"

0 commit comments

Comments
 (0)