Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 4b0c4d7 commit 93ef914
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-jdk AS builder
FROM eclipse-temurin:21.0.5_11-jdk AS builder

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY src /app/src
RUN --mount=type=cache,target=/root/.gradle \
./gradlew shadowJar --no-daemon

FROM eclipse-temurin:17-jre
FROM eclipse-temurin:21.0.5_11-jre

WORKDIR /app

Expand Down

0 comments on commit 93ef914

Please sign in to comment.