Jenkins 2.73.2

This commit is contained in:
Travis Automated Update 2017-10-12 08:06:09 +00:00
parent 3ba4848b66
commit 5f81f01802

View file

@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.73.1
FROM jenkins/jenkins:2.73.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"