changed to new alpine variant

Confirmed valid
docker pull openjdk:8u212-jre-alpine
8u212-jre-alpine: Pulling from library/openjdk
e7c96db7181b: Pull complete
f910a506b6cb: Pull complete
b6abafe80f63: Pull complete
Digest: sha256:f362b165b870ef129cbe730f29065ff37399c0aa8bcab3e44b51c302938c9193
Status: Downloaded newer image for openjdk:8u212-jre-alpine
This commit is contained in:
Samuel Walker 2019-06-18 19:50:15 -04:00 committed by GitHub
parent 77b34f4c2c
commit 67b41bb356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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