Merge pull request #423 from daniel-beck/2.32.2

Jenkins 2.32.2
diff --git a/Dockerfile b/Dockerfile
index 39945ad..bc3445e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,10 +36,10 @@
 
 # jenkins version being bundled in this docker image
 ARG JENKINS_VERSION
-ENV JENKINS_VERSION ${JENKINS_VERSION:-2.32.1}
+ENV JENKINS_VERSION ${JENKINS_VERSION:-2.32.2}
 
 # jenkins.war checksum, download will be validated using it
-ARG JENKINS_SHA=1b65dc498ba7ab1f5cce64200b920a8716d90834
+ARG JENKINS_SHA=f495a08733f69b1845fd2d9b3a46482adb6e6cee
 
 # Can be used to customize where jenkins.war get downloaded from
 ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war