From be78e0d84b26d402d4d2d90bed07ffbcd6d5e62b Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 4 Jun 2020 00:06:45 +0200 Subject: [PATCH] Update Jenkins core to 2.239 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35f2a41..97a6e61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG JENKINS_VERSION=2.238 +ARG JENKINS_VERSION=2.239 FROM jenkins/jenkins:$JENKINS_VERSION MAINTAINER Oleg Nenashev LABEL Description="This demo shows how to setup Jenkins Config-as-Code with Docker, Pipeline, and Groovy Hook Scripts" Vendor="Oleg Nenashev" Version="0.2"