From 9ec458a63f8606ff19f38c8a62e8ac031a2011c9 Mon Sep 17 00:00:00 2001 From: Cedric Gatay Date: Tue, 2 Jul 2019 11:05:24 +0200 Subject: [PATCH] 2.183 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ea484b22f..6e064f65d1 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.175 +ENV JENKINS_VERSION 2.183 RUN mkdir /usr/share/jenkins/ RUN useradd -d /home/jenkins -m -s /bin/bash jenkins