upgrade alpine
This commit is contained in:
parent
3cf77e5222
commit
f0e7084dfd
@ -33,7 +33,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
workspace = pwd()
|
workspace = pwd()
|
||||||
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.18.0
|
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.19
|
||||||
|
|
||||||
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