Upgraded mainline/latest to Java 11

This commit is contained in:
Geoff Bourne
2021-02-06 15:21:20 -06:00
parent e7937206af
commit 96aa1054dc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM openjdk:8u212-jre-alpine
FROM adoptopenjdk/openjdk11:alpine-jre
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"