Jenkins 2.46.2

This commit is contained in:
travis 2017-05-15 06:44:45 +00:00
parent 20ed2ee2ab
commit 62096e85d3

View File

@ -1,4 +1,4 @@
FROM jenkins
FROM jenkins:2.46.2
USER root
RUN bash -c "if ! [ -e /usr/lib/apt/methods/https ]; then apt-get update && apt-get install -y apt-transport-https; fi"