diff --git a/Dockerfile b/Dockerfile index 3ca5a8d..c465ffb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13 LABEL maintainer="Jonathan Ervine " LABEL build-date="02 10 2020" diff --git a/Jenkinsfile b/Jenkinsfile index ba4f698..c745872 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-transmission.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.13 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.13.0' } } stage('Notify gchat') { diff --git a/start.sh b/start.sh old mode 100755 new mode 100644