Skip to content

Commit c7733a7

Browse files
chore(deps): update eclipse-temurin docker tag to v25
1 parent 892bbea commit c7733a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM eclipse-temurin:21.0.10_7-jdk-alpine AS builder
1+
FROM eclipse-temurin:25.0.2_10-jdk-alpine AS builder
22

33
COPY . /repo
44
WORKDIR /repo
55
RUN ./gradlew :bot:installDist --no-daemon --no-configuration-cache
66

7-
FROM eclipse-temurin:21.0.10_7-jre-alpine AS runner
7+
FROM eclipse-temurin:25.0.2_10-jre-alpine AS runner
88

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

0 commit comments

Comments
 (0)