Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 4b0c4d7 commit 4ee105c
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:17.0.13_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:17.0.13_11-jre

WORKDIR /app

Expand Down

0 comments on commit 4ee105c

Please sign in to comment.