From 71a48ce10f240cc41f633fdb755b09e2304f0ef9 Mon Sep 17 00:00:00 2001 From: Marc Doughty Date: Sat, 31 Oct 2020 14:36:47 -0400 Subject: [PATCH] Convert to AdoptOpenJDK (#658) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f75b7b7c..bd144c55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM adoptopenjdk:latest LABEL org.opencontainers.image.authors="Geoff Bourne "