From 7bf70ed638fac701c60e2fb29217af7c38056a8c Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 26 Aug 2019 23:49:22 +0200 Subject: [docker] use AdoptOpenJdk for all java releases, and add the latest version for all supported build systems --- docker/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docker/readme.md') diff --git a/docker/readme.md b/docker/readme.md index 81e500b3..3500a6ef 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -10,11 +10,12 @@ Each docker image contains a `/workspace` where all relevant files are located. When building the image, a lombok.jar will be downloaded to `/workspace`. By default, this is the latest released version. You can download a specific version by adding `--build-arg lombokjar=lombok-.jar` -### `ARG jdk=11` +### `ARG jdk=12` The jdk version to be used. Supported values: -- `11` (default) +- `12` (default) +- `11` - `10` - `9` - `8` -- cgit