upgrades minecraft version

This commit is contained in:
Hyatt 2024-09-29 07:13:16 -05:00
parent f6070b8a13
commit d175825beb
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -29,7 +29,7 @@ pipeline {
steps {
script {
workspace = pwd()
paperVersion = "1.20.6"
paperVersion = "1.21.1"
memoryMin = "1g"
memoryMax = "32g"
dockerFile = """FROM registry.c.test-chamber-13.lan/library/alpine:latest as builder