Skip to content

Commit b8fa061

Browse files
committed
Bump Dockerfile
1 parent 58abda1 commit b8fa061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN ls build/libs/
77
FROM eclipse-temurin:22-jre
88

99
WORKDIR /bot
10-
COPY --from=build /SCP_Tools/build/libs/SCP_Tools-1.1.1-all.jar .
10+
COPY --from=build /SCP_Tools/build/libs/SCP_Tools-1.1.2-all.jar .
1111

12-
CMD ["java","--enable-native-access=ALL-UNNAMED","-jar","SCP_Tools-1.1.1-all.jar"]
12+
CMD ["java","--enable-native-access=ALL-UNNAMED","-jar","SCP_Tools-1.1.2-all.jar"]

0 commit comments

Comments
 (0)