upgrade to 1.19

This commit is contained in:
Hyatt 2022-06-18 05:10:18 -05:00
parent a0dcf040d9
commit 357eb9b9da
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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