Jenkins 2.60.1

This commit is contained in:
Travis Automated Update 2017-06-24 07:12:49 +00:00
parent 2f46d58fc4
commit d8cfb5abd8

View file

@ -1,4 +1,4 @@
FROM jenkins:2.46.3
FROM jenkins:2.60.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"