alpine 3.18

This commit is contained in:
2023-05-12 08:06:42 -05:00
parent 99cfbe199b
commit 5150852ed1
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ pipeline {
steps {
script {
workspace = pwd()
dockerFile = """FROM ${repository}/dockerhub/library/alpine:latest
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.18.0
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
LABEL org.opencontainers.image.title="alpine"