Switched base image to JDK

#1064
This commit is contained in:
Geoff Bourne
2021-10-27 21:23:27 -05:00

View File

@@ -1,4 +1,4 @@
FROM openjdk:8u212-jre-alpine
FROM openjdk:8-jdk-alpine
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"