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 c81d54a commit 9ec77e8Copy full SHA for 9ec77e8
1 file changed
README.md
@@ -518,7 +518,7 @@ $ docker buildx create --name builder --use
518
Change to a directory containing a Dockerfile (e.g. `/debian`) and then use the following command to build an ARM64 image:
519
520
```shell
521
-$ docker buildx build --build-arg JAVA_VERSION=17 --build-arg OPENHAB_VERSION=5.0.0 --platform linux/arm64 --tag openhab/openhab --load .
+$ docker buildx build --build-arg JAVA_VERSION=21 --build-arg OPENHAB_VERSION=5.0.0 --platform linux/arm64 --tag openhab/openhab --load .
522
```
523
524
The `build` script in the root of the repository helps to simplify building the openHAB images with BuildKit.
0 commit comments