Switched base image to JDK

#1064
This commit is contained in:
Geoff Bourne
2021-10-27 21:28:11 -05:00
parent 905768d050
commit 529e9fd058

View File

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