From e2b497f251eb2b32b90b278ff769888d095f80cb Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 8 Jul 2020 21:29:04 +0800 Subject: [PATCH] Bumped to use Alpine Linux 3.12 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81b639d..b4cc0ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 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” diff --git a/Jenkinsfile b/Jenkinsfile index 376ec9d..81007c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("3.11.6") + app.push("3.12") app.push("latest") }