diff --git a/ThirdParty/container-maker b/ThirdParty/container-maker
index 3b69e7b92bae8a4c3f22ab170f46f0822128d0db..6a23c121885caad1849677bdadd00ea20e7242f9 160000
--- a/ThirdParty/container-maker
+++ b/ThirdParty/container-maker
@@ -1 +1 @@
-Subproject commit 3b69e7b92bae8a4c3f22ab170f46f0822128d0db
+Subproject commit 6a23c121885caad1849677bdadd00ea20e7242f9
diff --git a/scripts/ci/jobs/container.yml b/scripts/ci/jobs/container.yml
index 9f9630b21c5ddce9644cef950f45b55544ce307b..6a72152961081872bae26f4666e5becf80e1710f 100644
--- a/scripts/ci/jobs/container.yml
+++ b/scripts/ci/jobs/container.yml
@@ -5,16 +5,15 @@ container:
       - master
   tags:
     - docker-shell
+  needs: [meta]
   variables:
-    GIT_STRATEGY: fetch
-    OPENMPI_VERSIONS: 'off 2.1.6 3.1.4 4.0.1'
-    GIT_LFS_SKIP_SMUDGE: "1"
+    OPENMPI_VERSIONS: 'off' # 4.0.1
   extends:
     - .defaults
     - .container-maker-setup
   script:
     - python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --ompi $OPENMPI_VERSIONS
   artifacts:
+    name: container
     paths:
       - _out/images/*.sif
-    expire_in: 2 weeks