Update Dockerfile for using proper maven for JDK 19

This commit is contained in:
O O 2023-01-30 16:04:36 +00:00
parent 43a34366e5
commit 5897a4a04f

View File

@ -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 . .