Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.10_7-jre-focal
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent 2f5e030 commit 9188dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM eclipse-temurin:17.0.9_9-jre-focal as builder
FROM eclipse-temurin:17.0.10_7-jre-focal as builder
WORKDIR application
ARG JAR_FILE=target/payment-service-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} application.jar
RUN java -Djarmode=layertools -jar application.jar extract

# the second stage of our build will copy the extracted layers
FROM eclipse-temurin:17.0.9_9-jre-focal
FROM eclipse-temurin:17.0.10_7-jre-focal
WORKDIR application
COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
Expand Down

0 comments on commit 9188dec

Please sign in to comment.