upgrades paper version

This commit is contained in:
Hyatt 2022-08-15 12:03:38 -05:00
parent 5742529f3e
commit 6ccfe99e11
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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