Bumped to use Alpine Linux 3.12

This commit is contained in:
Jonathan Ervine 2020-07-08 21:29:04 +08:00
parent 2d49f43a1d
commit e2b497f251
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image # Base on latest (edge) alpine image
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.11 FROM harbor.ervine.dev/library/x86_64/alpine/alpine:3.12
MAINTAINER “Jonathan Ervine” <docker@ervine.org> MAINTAINER “Jonathan Ervine” <docker@ervine.org>

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node("docker-node") {
stage "publish" stage "publish"
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")
app.push("3.11.6") app.push("3.12")
app.push("latest") app.push("latest")
} }