Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.6_7-jre-alpine (
Browse files Browse the repository at this point in the history
#641)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 4ed376d commit 12bbda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-modulith-outbox-pattern/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM eclipse-temurin:21.0.5_11-jre-alpine as builder
FROM eclipse-temurin:21.0.6_7-jre-alpine as builder
WORKDIR application
ARG JAR_FILE=target/spring-modulith-outbox-pattern-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:21.0.5_11-jre-alpine
FROM eclipse-temurin:21.0.6_7-jre-alpine
WORKDIR application
COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
Expand Down

0 comments on commit 12bbda7

Please sign in to comment.