We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ca2f1 commit d7a75d0Copy full SHA for d7a75d0
Dockerfile
@@ -5,7 +5,7 @@ COPY ./ /build
5
6
RUN gradle shadowjar
7
8
-FROM amazoncorretto:17.0.16-alpine3.21
+FROM amazoncorretto:25.0.1-alpine3.21
9
10
WORKDIR /home/GravenSupport
11
COPY --from=builder /build/build/libs/*-all.jar /GravenSupport.jar
0 commit comments