Jenkins 2.73.3

This commit is contained in:
Travis Automated Update 2017-11-09 08:19:43 +00:00
parent 5f81f01802
commit ae3022bfc1

View file

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