Switched base image to JDK

#1064
This commit is contained in:
Geoff Bourne
2021-10-27 21:27:04 -05:00
parent 738bfd51d5
commit 58de72c458

View File

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