Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag (#15)
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 7, 2023
1 parent 5b81a43 commit 98d5824
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-alpine AS builder
FROM eclipse-temurin:17.0.7_7-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-jre-alpine AS runner
FROM eclipse-temurin:17.0.7_7-jre-alpine AS runner

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

0 comments on commit 98d5824

Please sign in to comment.