From 5132a662e70cd87195c06fc65a38f7745e6a924b Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 27 Oct 2021 21:26:20 -0500 Subject: [PATCH] Switched base image to JDK #1064 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da78a271..facb4049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM adoptopenjdk:11-jre +FROM adoptopenjdk:11-jdk LABEL org.opencontainers.image.authors="Geoff Bourne "