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 e70aaf1 commit d7c160eCopy full SHA for d7c160e
1 file changed
DockerFiles/Dockerfile.game_server
@@ -33,7 +33,7 @@ RUN unzip world.zip -d ./configuration && rm world.zip
33
EXPOSE 25565 65535 8080 20000
34
35
# Copy NanoLimbo
36
-RUN cp configuration_files/NanoLimbo-1.8.1.jar ./NanoLimbo-1.8.1.jar
+RUN cp configuration_files/NanoLimbo-1.9.1-all.jar ./NanoLimbo-1.9.1-all.jar
37
38
# Copy the Nano Config
39
RUN cp configuration_files/settings.yml ./settings.yml
@@ -59,4 +59,4 @@ RUN cp configuration_files/entrypoint.sh ./entrypoint.sh
59
RUN chmod +x entrypoint.sh
60
61
# Run all services in the background and keep SkyBlockCore in the foreground
62
-CMD ["sh", "entrypoint.sh"]
+CMD ["sh", "entrypoint.sh"]
0 commit comments