We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a773c41 commit 2371c13Copy full SHA for 2371c13
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /home/gradle/src
17
RUN gradle ij-server:buildFatJar --no-daemon
18
19
# Stage 3: Create the Runtime Image
20
-FROM amazoncorretto:11 AS runtime
+FROM amazoncorretto:17 AS runtime
21
EXPOSE 8080
22
RUN mkdir /app
23
RUN mkdir -p /data/tt-files && chmod -R 777 /data/tt-files
0 commit comments