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:
Samuel Walker 2019-06-13 15:58:06 -04:00 committed by GitHub
parent a698c4127c
commit 77b34f4c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM openjdk:8u201-jre-alpine
FROM openjdk:8u212-jre-slim
LABEL maintainer "itzg"