mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
Change to 8u212
To have the java 8 properly take account for available memory usage available to the container. https://blog.softwaremill.com/docker-support-in-new-java-8-finally-fd595df0ca54
This commit is contained in:
parent
a698c4127c
commit
77b34f4c2c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM openjdk:8u201-jre-alpine
|
||||
FROM openjdk:8u212-jre-slim
|
||||
|
||||
LABEL maintainer "itzg"
|
||||
|
||||
|
|
Loading…
Reference in a new issue