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'