diff --git a/Dockerfile b/Dockerfile index d3db524..bd332f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.11 LABEL maintainer="Jonathan Ervine " "Alpine Linux version"="3.11.3" "NGINX version"="1.17.8" date="19022020" -ENV NGINX_VERSION 1.17.8 +ENV NGINX_VERSION 1.18.0 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ && CONFIG="\ diff --git a/Jenkinsfile b/Jenkinsfile index ad47743..9b06406 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node("docker-node") { docker.withRegistry('https://harbor.ervine.dev', 'jenkins-to-harbor') { - git branch: "3.11.3", url: "ssh://git@git.ervine.org:2222/jonny/x86_64-alpine-nginx", credentialsId: 'jenkins-to-git' + git branch: "3.11.6", url: "ssh://git@git.ervine.org/jonny/x86_64-alpine-nginx", credentialsId: 'jenkins-to-git' sh "git rev-parse HEAD > .git/commit-id" def commit_id = readFile('.git/commit-id').trim()