Jenkins 2.60.2

This commit is contained in:
Travis Automated Update 2017-07-21 07:27:03 +00:00
parent d8cfb5abd8
commit e28c6d6951

View File

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