Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent c9bd490 commit 3b8a5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.11_9-jdk AS builder
FROM eclipse-temurin:17.0.12_7-jdk AS builder

WORKDIR /app

Expand All @@ -19,7 +19,7 @@ RUN ./gradlew bootJar
RUN java -Djarmode=layertools -jar build/libs/*.jar extract --destination build/extracted/

# Create the final image
FROM eclipse-temurin:17.0.11_9-jre
FROM eclipse-temurin:17.0.12_7-jre

WORKDIR /app

Expand Down

0 comments on commit 3b8a5fb

Please sign in to comment.