Skip to content

Commit 2371c13

Browse files
committed
Bump runtime from amazoncorretto:11 to 17
The build uses gradle:latest (JDK 21+), producing bytecode that won't run on JDK 11. Match the other branches by using Corretto 17.
1 parent a773c41 commit 2371c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /home/gradle/src
1717
RUN gradle ij-server:buildFatJar --no-daemon
1818

1919
# Stage 3: Create the Runtime Image
20-
FROM amazoncorretto:11 AS runtime
20+
FROM amazoncorretto:17 AS runtime
2121
EXPOSE 8080
2222
RUN mkdir /app
2323
RUN mkdir -p /data/tt-files && chmod -R 777 /data/tt-files

0 commit comments

Comments
 (0)