We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58abda1 commit b8fa061Copy full SHA for b8fa061
1 file changed
Dockerfile
@@ -7,6 +7,6 @@ RUN ls build/libs/
7
FROM eclipse-temurin:22-jre
8
9
WORKDIR /bot
10
-COPY --from=build /SCP_Tools/build/libs/SCP_Tools-1.1.1-all.jar .
+COPY --from=build /SCP_Tools/build/libs/SCP_Tools-1.1.2-all.jar .
11
12
-CMD ["java","--enable-native-access=ALL-UNNAMED","-jar","SCP_Tools-1.1.1-all.jar"]
+CMD ["java","--enable-native-access=ALL-UNNAMED","-jar","SCP_Tools-1.1.2-all.jar"]
0 commit comments