diff options
Diffstat (limited to 'docker/readme.md')
-rw-r--r-- | docker/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/readme.md b/docker/readme.md index 2e2c706c..a7a6aca0 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -10,12 +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-<major.minor.build>.jar`
-### `ARG jdk=12`
+### `ARG jdk=13`
The jdk version to be used. Supported values:
-- `13` (experimental)
-- `12` (default)
+- `13` (default)
+- `12`
- `11`
- `10`
- `9`
|