updates minecraft

This commit is contained in:
2024-07-07 09:21:03 -05:00
parent 135d533615
commit 9b477fb7dc
2 changed files with 1 additions and 81 deletions

View File

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