Compare commits
4 Commits
67710efdf9
...
d175825beb
Author | SHA1 | Date | |
---|---|---|---|
d175825beb
|
|||
f6070b8a13
|
|||
c71c96b8b7
|
|||
5be46c3710
|
@@ -33,7 +33,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
workspace = pwd()
|
||||
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.19
|
||||
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.20
|
||||
|
||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||
LABEL org.opencontainers.image.title="alpine"
|
||||
|
@@ -29,7 +29,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
workspace = pwd()
|
||||
paperVersion = "1.20.6"
|
||||
paperVersion = "1.21.1"
|
||||
memoryMin = "1g"
|
||||
memoryMax = "32g"
|
||||
dockerFile = """FROM registry.c.test-chamber-13.lan/library/alpine:latest as builder
|
||||
|
Reference in New Issue
Block a user