mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Update Dockerfile for using proper maven for JDK 19
This commit is contained in:
parent
43a34366e5
commit
5897a4a04f
@ -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 . .
|
||||
|
Loading…
Reference in New Issue
Block a user