updates alpine to 1.20
This commit is contained in:
parent
5be46c3710
commit
c71c96b8b7
@ -33,7 +33,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
workspace = pwd()
|
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.authors="The_Spider <spider@smoothnet.org>"
|
||||||
LABEL org.opencontainers.image.title="alpine"
|
LABEL org.opencontainers.image.title="alpine"
|
||||||
|
Reference in New Issue
Block a user