From d8cfb5abd83213dc28cd409c2b2dcc7ed7b3e88d Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Sat, 24 Jun 2017 07:12:49 +0000 Subject: [PATCH] Jenkins 2.60.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66f92fb..43fb647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"