From 1509425c99fd7e27a8b519afde6acad683555679 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 6 May 2020 11:44:36 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 0.14.3 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c85b4e..2f613c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' \ STEP_GROUP='step' \ STEP_UID='1001' \ STEP_GID='1001' \ - STEP_VERSION='0.14.2' \ + STEP_VERSION='0.14.3' \ STEP="/home/step" \ STEPPATH="/home/step" \ STEPDEBUG="1" diff --git a/Jenkinsfile b/Jenkinsfile index 0b6deef..b1c01d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") app.push("latest") - app.push("0.14.2") + app.push("0.14.3") } catch (err) { currentBuild.result = 'FAILURE'