diff --git a/cc7-cms/Dockerfile b/cc7-cms/Dockerfile
index 007c20b7dcf4609358cf10b79146797cf7494be4..09cfbf313bda994822fb9ec2f64dbae721897d32 100644
--- a/cc7-cms/Dockerfile
+++ b/cc7-cms/Dockerfile
@@ -1,7 +1,7 @@
 # CC7 OS capable of using/running CMS software release(s).
 
 # Make the base image configurable:
-ARG BASEIMAGE=gitlab-registry.cern.ch/linuxsupport/cc7-base:20201116-1.x86_64
+ARG BASEIMAGE=gitlab-registry.cern.ch/linuxsupport/cc7-base:20220401-1.x86_64
 
 # Set up the CC7 CMSSW base:
 FROM ${BASEIMAGE}