updates alpine to 1.20

This commit is contained in:
Hyatt 2024-09-29 07:12:22 -05:00
parent 5be46c3710
commit c71c96b8b7
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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