modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 0.14.3
This commit is contained in:
Jonathan Ervine 2020-05-06 11:44:36 +08:00
parent 9348bc5883
commit 1509425c99
2 changed files with 2 additions and 2 deletions

View File

@ -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"

2
Jenkinsfile vendored
View File

@ -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'