Skip to content

Commit 7ad6667

Browse files
chore(deps): update eclipse-temurin docker tag
1 parent a3b9620 commit 7ad6667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM eclipse-temurin:17-jdk-jammy as builder
1+
FROM eclipse-temurin:17.0.11_9-jdk-jammy as builder
22
WORKDIR /opt/app
33
COPY .mvn/ .mvn
44
COPY mvnw pom.xml ./
55
RUN ./mvnw dependency:go-offline
66
COPY ./src ./src
77
RUN ./mvnw clean install -DskipTests
88

9-
FROM eclipse-temurin:17-jre-jammy
9+
FROM eclipse-temurin:17.0.11_9-jre-jammy
1010
WORKDIR /opt/app
1111
EXPOSE 8080
1212
COPY --from=builder /opt/app/target/*.jar /opt/app/*.jar

0 commit comments

Comments
 (0)