Using Alpine Linux 3.12

This commit is contained in:
Jonathan Ervine 2020-07-10 14:27:19 +08:00
parent 5607ce5d7d
commit 21d71a566d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.11
FROM harbor.ervine.dev/library/x86_64/alpine/alpine:3.12
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" version="10.3.15-r0" date="05022020"
RUN apk --no-cache --update add mariadb mariadb-client pwgen && \

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("3.11.6")
app.push("3.12.0")
app.push("latest")
stage('Deploy on K8s'){