Jenkins 2.89.1

This commit is contained in:
Travis Automated Update 2017-12-07 08:35:46 +00:00
parent ae3022bfc1
commit 437b52c477

View file

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