Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 8f9897c

Browse files
committed
2 parents 893d7d5 + 4406ba1 commit 8f9897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
ENV PATH=/opt/gradle/gradle-7.4.2/bin:$PATH
1313

1414
# Stage 2: Kotlin Build
15-
FROM openjdk:21-slim AS kotlin-build
15+
FROM openjdk:25-slim AS kotlin-build
1616

1717
# Copy Gradle installation from base stage
1818
COPY --from=gradle-base /opt/gradle /opt/gradle

0 commit comments

Comments
 (0)