Merge branch 'TheOleg-ms4/dev-patch-49040' into 'ms4/dev'

Update Dockerfile for using proper maven for JDK 19

See merge request morningstar/Arcturus-Community!58
This commit is contained in:
John 2023-01-30 21:34:32 +00:00
commit 2897b24917

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