Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 4ee3189 commit 4d332a1
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,10 +1,10 @@
FROM eclipse-temurin:17.0.11_9-jdk-alpine AS builder
FROM eclipse-temurin:21.0.3_9-jdk-alpine AS builder

COPY . /repo
WORKDIR /repo
RUN ./gradlew :bot:installDist --no-daemon --no-configuration-cache

FROM eclipse-temurin:17.0.11_9-jre-alpine AS runner
FROM eclipse-temurin:21.0.3_9-jre-alpine AS runner

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

0 comments on commit 4d332a1

Please sign in to comment.