From 2f46d58fc44a14c4b4c65e40564b66125d3afc10 Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Sat, 27 May 2017 06:58:03 +0000 Subject: [PATCH] Jenkins 2.46.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df7b86d..66f92fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins:2.46.2 +FROM jenkins:2.46.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"