diff --git a/.build.ci.sh b/.build.ci.sh
index 011fd6aec2830f401761aa721d7f205ada99e475..6e4c3265fe63ab5c6d4acf1c9d01e13c5e44658d 100644
--- a/.build.ci.sh
+++ b/.build.ci.sh
@@ -8,7 +8,6 @@ logfile=mylog.txt
 
 if [ "$LCG_RELEASE" = "KEY4HEP_STACK" ]; then
     logfile=mylog-k4.sh
-    source /cvmfs/sw.hsf.org/key4hep/setup.sh
     ./build-k4.sh >& ${logfile} &
     buildpid=$!
 else
diff --git a/build.sh b/build.sh
index c584e4a7ded51759bc6c900702537d21d5cf48fe..5c7393d169fd5b35240df699e7c1314b5cc783a3 100755
--- a/build.sh
+++ b/build.sh
@@ -97,7 +97,7 @@ function run-install() {
 
 # The current default platform
 lcg_platform=x86_64-centos7-gcc11-opt
-lcg_version=103.0.0
+lcg_version=103.0.2
 
 bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
 
diff --git a/setup.sh b/setup.sh
index 7e678023cf9c362148fe13ad70ae39f157f368b8..3e09a68fff76f3d16300423d10bd8aba3d713317 100644
--- a/setup.sh
+++ b/setup.sh
@@ -70,7 +70,7 @@ function setup-install-area() {
 # CEPCSW_LCG_VERSION=${1}; shift
 
 if [ -z "$CEPCSW_LCG_VERSION" ]; then
-    CEPCSW_LCG_VERSION=103.0.0
+    CEPCSW_LCG_VERSION=103.0.2
 fi
 export CEPCSW_LCG_VERSION