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"