upgrade paper version

This commit is contained in:
Hyatt 2024-01-04 21:01:24 -06:00
parent a8378ff022
commit 6cda0a0683
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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