Updated latest to Java 17 to match 1.18-pre2

This commit is contained in:
Geoff Bourne 2021-11-16 18:55:05 -06:00
parent 969f4c8db6
commit 9116be11ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:16-jdk
FROM eclipse-temurin:17-jdk
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"

View File

@ -274,7 +274,7 @@ To use a different version of Java, please use a docker tag to run your Minecraf
| Tag name | Java version | Linux | JVM Type | Architecture |
| -------------- | -------------|--------|----------|-------------------|
| latest | 16 | Debian | Hotspot | amd64,arm64,armv7 |
| latest | 17 | Debian | Hotspot | amd64,arm64,armv7 |
| java8 | 8 | Alpine | Hotspot | amd64 |
| java8-multiarch | 8 | Debian | Hotspot | amd64,arm64,armv7 |
| java8-openj9 | 8 | Debian | OpenJ9 | amd64 |