2
0
Fork 0
mirror of https://github.com/luzifer-docker/jenkins.git synced 2025-01-03 01:36:02 +00:00

Jenkins 2.60.3

This commit is contained in:
Travis Automated Update 2017-08-30 07:44:20 +00:00
parent 2d606b320a
commit 12e86e6a14

View file

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