Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21 (#39)
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 Jan 31, 2024
1 parent 7301da1 commit 954cd29
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.7_7-jdk-alpine AS builder
FROM eclipse-temurin:21.0.2_13-jdk-alpine AS builder

COPY gradle /repo/gradle
COPY src /repo/src
Expand All @@ -7,7 +7,7 @@ WORKDIR /repo

RUN ./gradlew installDist --no-daemon

FROM eclipse-temurin:17.0.7_7-jre-alpine AS runner
FROM eclipse-temurin:21.0.2_13-jre-alpine AS runner

COPY --from=builder /repo/build/install/Minkinator /app/
ENTRYPOINT ["/app/bin/Minkinator"]

0 comments on commit 954cd29

Please sign in to comment.