From ec11b635c908e9d27d2a2b63dda77e2ecda8b653 Mon Sep 17 00:00:00 2001 From: Cedric Gatay Date: Tue, 29 May 2018 09:05:13 +0200 Subject: [PATCH] 2.125 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56c45f98d8..a3adea5da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8u141-jdk RUN apt-get update && apt-get install -y wget git curl zip && rm -rf /var/lib/apt/lists/* -ENV JENKINS_VERSION 2.124 +ENV JENKINS_VERSION 2.125 RUN mkdir /usr/share/jenkins/ RUN useradd -d /home/jenkins -m -s /bin/bash jenkins