jenkins/: Switch to docker-amd64-tf-m-jammy image

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I315281432744154f4d3ba471b368b42de8100868
diff --git a/jenkins/cppcheck.jpl b/jenkins/cppcheck.jpl
index 69cc9b0..46e6956 100644
--- a/jenkins/cppcheck.jpl
+++ b/jenkins/cppcheck.jpl
@@ -1,6 +1,6 @@
 #!/usr/bin/env groovy
 //-------------------------------------------------------------------------------
-// Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+// Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
 //
 // SPDX-License-Identifier: BSD-3-Clause
 //
@@ -10,7 +10,7 @@
 import org.trustedfirmware.Gerrit
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     // Clone TF-M repositories so share folder can be reused by downstream jobs
     stage("Init") {
       cleanWs()