diff --git a/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb b/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb
index 9f90f4a1a826b37ed7008570b5c765a3099b67cf..3bb710dfda15007b6b5c926b01f0520bd5921714 100644
--- a/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb
+++ b/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb
@@ -32,7 +32,7 @@ dependencies = [
 
 # If FASTDATA_jsc is not defined then assume we are on CI and hence the path is relative to the repo
 local_licdir = local_os.environ.get('FASTDATA_jsc')
-local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2022') if local_licdir else '.'
+local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2023') if local_licdir else '.'
 license_text = open(f'{local_licdir}/Golden_Repo/f/FreeSurfer/license_text.txt', 'r').read()
 
 moduleclass = 'bio'