We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9620 commit 7ad6667Copy full SHA for 7ad6667
1 file changed
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM eclipse-temurin:17-jdk-jammy as builder
+FROM eclipse-temurin:17.0.11_9-jdk-jammy as builder
2
WORKDIR /opt/app
3
COPY .mvn/ .mvn
4
COPY mvnw pom.xml ./
5
RUN ./mvnw dependency:go-offline
6
COPY ./src ./src
7
RUN ./mvnw clean install -DskipTests
8
9
-FROM eclipse-temurin:17-jre-jammy
+FROM eclipse-temurin:17.0.11_9-jre-jammy
10
11
EXPOSE 8080
12
COPY --from=builder /opt/app/target/*.jar /opt/app/*.jar
0 commit comments