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 Oct 24, 2024
1 parent 8a7244e commit 3944b0a
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.13_11-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.13_11-jre

WORKDIR /app

Expand Down

0 comments on commit 3944b0a

Please sign in to comment.