Skip to content

Commit e7b21af

Browse files
Merge pull request #486 from Arisamiga/master
Update version of NanoLimbo on DockerFile
2 parents e70aaf1 + d7c160e commit e7b21af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DockerFiles/Dockerfile.game_server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN unzip world.zip -d ./configuration && rm world.zip
3333
EXPOSE 25565 65535 8080 20000
3434

3535
# Copy NanoLimbo
36-
RUN cp configuration_files/NanoLimbo-1.8.1.jar ./NanoLimbo-1.8.1.jar
36+
RUN cp configuration_files/NanoLimbo-1.9.1-all.jar ./NanoLimbo-1.9.1-all.jar
3737

3838
# Copy the Nano Config
3939
RUN cp configuration_files/settings.yml ./settings.yml
@@ -59,4 +59,4 @@ RUN cp configuration_files/entrypoint.sh ./entrypoint.sh
5959
RUN chmod +x entrypoint.sh
6060

6161
# Run all services in the background and keep SkyBlockCore in the foreground
62-
CMD ["sh", "entrypoint.sh"]
62+
CMD ["sh", "entrypoint.sh"]

0 commit comments

Comments
 (0)