Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v21.0.4_7-jdk-jammy (#37)
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 Jul 23, 2024
1 parent 48868b5 commit 1f6acc9
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,9 +1,9 @@
FROM eclipse-temurin:21.0.3_9-jdk-jammy as build
FROM eclipse-temurin:21.0.4_7-jdk-jammy as build

COPY . .
RUN ./gradlew installDist --no-daemon

FROM eclipse-temurin:21.0.3_9-jdk-jammy as runtime
FROM eclipse-temurin:21.0.4_7-jdk-jammy as runtime

WORKDIR /app

Expand Down

0 comments on commit 1f6acc9

Please sign in to comment.