Upgrade version

This commit is contained in:
Hyatt 2023-05-15 09:34:51 -05:00
parent 3ba10f3022
commit 1ce85999ae
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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