Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit 503e3f4

Browse files
authored
Test minecraft 1.17
1 parent c297743 commit 503e3f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
from debian
1+
from debian:sid
22
env DEBIAN_FRONTEND noninteractive
33
run apt-get update && \
44
apt-get dist-upgrade -y && \
55
apt-get clean
66
run apt-get update && \
7-
apt-get install -y openjdk-11-jdk rsync ssh git && \
7+
apt-get install -y openjdk-17-jdk rsync ssh git && \
88
apt-get clean
99
# Spigot (Minecraft server)
1010
add https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar /opt/minecraft/BuildTools.jar
1111
workdir /opt/minecraft/
1212

13-
env MINECRAFT_VERSION=1.14.4
13+
env MINECRAFT_VERSION=1.17
1414
run java -jar BuildTools.jar --rev $MINECRAFT_VERSION --compile craftbukkit
1515

1616
env SCRIPTCRAFT_VERSION=3.4.0

0 commit comments

Comments
 (0)