upgrade alpine

This commit is contained in:
Hyatt 2024-02-12 07:02:12 -06:00
parent 3cf77e5222
commit f0e7084dfd
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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"