docker update
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
FROM --platform=$BUILDPLATFORM maven:3.8.5-eclipse-temurin-11 AS builder
|
||||
FROM maven:3.9.4-eclipse-temurin-11 AS builder
|
||||
WORKDIR /workdir/server
|
||||
RUN mvn -version
|
||||
COPY pom.xml /workdir/server/pom.xml
|
||||
|
||||
COPY src /workdir/server/src
|
||||
|
||||
Reference in New Issue
Block a user