updates mincraft version

This commit is contained in:
Hyatt 2023-01-14 21:19:41 -06:00
parent f1a5be3d48
commit d96c56b6f0
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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