Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 0f6b977 commit 0a0a461
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.10_7-jdk AS builder
FROM eclipse-temurin:21.0.2_13-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.10_7-jre
FROM eclipse-temurin:21.0.2_13-jre

WORKDIR /app

Expand Down

0 comments on commit 0a0a461

Please sign in to comment.