diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile
index 8d6bd9bbad45a9934ec7623bae7c5dfdd50fdbdd..ab372b1598d30edffb7f8c0e13094864427c36c3 100755
--- a/.ci/Jenkinsfile
+++ b/.ci/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
 	parameters {
 		string(name: 'BUILD_CACHE_NAME',
-			   defaultValue: 'init_from_2022-11-28_1',
+			   defaultValue: 'init_from_2023-05-10_1',
 			   description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
 	}