From 5897a4a04f144a0c6aa93af75e9efecdbd6d9a3d Mon Sep 17 00:00:00 2001 From: O O Date: Mon, 30 Jan 2023 16:04:36 +0000 Subject: [PATCH] Update Dockerfile for using proper maven for JDK 19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74468cdd..278e4c13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:latest AS builder +FROM maven:3-eclipse-temurin-19 AS builder # Copy the Emulator sources to the container COPY . .