Jenkins 2.73.1

This commit is contained in:
Travis Automated Update 2017-09-16 07:51:09 +00:00
parent 12e86e6a14
commit 3ba4848b66

View file

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