Skip to content

Commit 9ec77e8

Browse files
authored
Update Java version in build instructions
Signed-off-by: Wouter Born <github@maindrain.net>
1 parent c81d54a commit 9ec77e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ $ docker buildx create --name builder --use
518518
Change to a directory containing a Dockerfile (e.g. `/debian`) and then use the following command to build an ARM64 image:
519519

520520
```shell
521-
$ docker buildx build --build-arg JAVA_VERSION=17 --build-arg OPENHAB_VERSION=5.0.0 --platform linux/arm64 --tag openhab/openhab --load .
521+
$ docker buildx build --build-arg JAVA_VERSION=21 --build-arg OPENHAB_VERSION=5.0.0 --platform linux/arm64 --tag openhab/openhab --load .
522522
```
523523

524524
The `build` script in the root of the repository helps to simplify building the openHAB images with BuildKit.

0 commit comments

Comments
 (0)