Rebuild image to obtain CVE fixes

PROD-37248

Change-Id: I532d90dded84f03600d3e9327b9851d8429c3ef4
diff --git a/Dockerfile b/Dockerfile
index 26b2d02..3362619 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu:20.04
 
 LABEL maintainer="dev@mirantis.com"
-LABEL build_date="2023-05-16"
+LABEL build_date="2023-11-27"
 
 ENV DEBIAN_FRONTEND=noninteractive \
     DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -51,10 +51,10 @@
 
 # jenkins version being bundled in this docker image
 ARG JENKINS_VERSION
-ENV JENKINS_VERSION ${JENKINS_VERSION:-2.414.2}
+ENV JENKINS_VERSION ${JENKINS_VERSION:-2.414.3}
 
 # jenkins.war checksum, download will be validated using it
-ARG JENKINS_SHA=922bbf6269fddad614bb6540241ed0ce5523a4a5328229e15f5e7bb7ffd565b8
+ARG JENKINS_SHA=2d93254bc186df349bc4ad06b6b1dd757c493190f0558d111dbda9517a847b59
 
 # 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