From a2de73ce15084b64efdd8b561c75368d58286026 Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Thu, 14 Dec 2017 08:39:14 +0000 Subject: [PATCH] Jenkins 2.89.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e1a698..8d01656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.89.1 +FROM jenkins/jenkins:2.89.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"