Skip to content

Commit 667cfbc

Browse files
committed
README: updated current to 8u131b11
1 parent 6fa1a21 commit 667cfbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
Basic [Docker](https://www.docker.com/) image to run [Java](https://www.java.com/) applications.
9-
This image is based on [AlpineLinux](http://alpinelinux.org/) to keep the size dow, yet smaller images do exist.
9+
This image is based on [AlpineLinux](http://alpinelinux.org/) to keep the size down, yet smaller images do exist.
1010
Includes BASH, since many Java applications like to have convoluted BASH start-up scripts.
1111

1212
### Versions/tags
@@ -18,12 +18,12 @@ Old tags will remain for compatibility sake, but are no longer documented.
1818
`:8`,`:7` and `:latest` are all valid, but are not "locked" to any specific Java version / patch set - i.e. depending on when you pull the `:8` tagged image, for example, you might end up with `8u102b14`, `8u112b15`, `8u121b13`, etc..
1919
Well, `:7` no as much, since it's EOL and no more patches are released.
2020

21-
However specific `:8uXXXbYY` tags (such as `:8u102b14`, `:8u112b15`) will guarantee paricular MAJOR-MINOR-BUILD Java versions.
21+
However specific `:8uXXXbYY` tags (such as `:8u102b14`, `:8u112b15`) will guarantee particular MAJOR-MINOR-BUILD Java versions.
2222

2323
#### JCE Policy
2424
Special `_unlimited` images are available with Unlimited JCE Policy
2525

26-
**Latest JRE8/JDK8 Version**: `8u121b13`
26+
**Latest JRE8/JDK8 Version**: `8u131b11`
2727
**Latest JRE7/JDK7 Version**: `7u80b15`
2828
**JDK8/JDK7 Versions with alternative JVM - [DCEVM](https://dcevm.github.io/)**: `light-8u112` / `full-7u80`
2929

0 commit comments

Comments
 (0)