1.630
diff --git a/Dockerfile b/Dockerfile
index 9788cc7..538008b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,9 +27,9 @@
COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groovy
-ENV JENKINS_VERSION 1.629
+ENV JENKINS_VERSION 1.630
# curl http://repo.jenkins-ci.org/simple/releases/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war.sha1
-ENV JENKINS_SHA b00ecc4f6b758e9dd04b3409ed92da83538e327e
+ENV JENKINS_SHA 504b58fd751e796975a4a5937f8491fd0cb3529b
# could use ADD but this one does not check Last-Modified header
# see https://github.com/docker/docker/issues/8331