Skip to content

Commit 5005fd7

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN mvn -f pom.xml clean install -DskipTests=true
1010
##RUN ./mvnw clean package -DskipTests
1111
#
1212
##FROM adoptopenjdk/openjdk11:alpine-jre
13-
FROM openjdk:16-alpine
13+
FROM openjdk:16-ea-29-oraclelinux8
1414
COPY --from=build /workspace/target/*.jar app.jar
1515
#EXPOSE 8080
1616
#ENTRYPOINT ["java","-jar","app.jar"]

0 commit comments

Comments
 (0)