3.11.6 #1

Merged
jonny merged 3 commits from 3.11.6 into master 2020-07-21 11:28:48 +00:00
4 changed files with 4 additions and 2 deletions
Showing only changes of commit ce95eccc9d - Show all commits

View File

@ -1,5 +1,5 @@
FROM scratch
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.11.3" build="18022020"
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.11.6" build="08052020"
ADD alpine-minirootfs-3.11.3-x86_64.tar.gz /
ADD alpine-minirootfs-3.11.6-x86_64.tar.gz /
CMD ["/bin/sh"]

2
Jenkinsfile vendored
View File

@ -13,5 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("3.11.6")
app.push("3.11")
}
}

Binary file not shown.