diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e97094a788f57f626617079ff412f9cd73c29af..ef20985fe4fef0f40cff769c02046a99e2fece14 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
   fmt:
     runs-on: ubuntu-latest
     container:
-      image: "ghcr.io/dragoon-rs/dragoon/komodo:21b26efd988b2d8d7159d24cae37341135cfb1b9"
+      image: "ghcr.io/dragoon-rs/dragoon/komodo:bcb0e6b5f73420762f6208700a43291e0066c2c3"
     if: "!contains(github.event.head_commit.message, 'draft:') && !contains(github.event.head_commit.message, 'no-ci:')"
     steps:
       - uses: actions/checkout@v3
@@ -17,7 +17,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     container:
-      image: "ghcr.io/dragoon-rs/dragoon/komodo:21b26efd988b2d8d7159d24cae37341135cfb1b9"
+      image: "ghcr.io/dragoon-rs/dragoon/komodo:bcb0e6b5f73420762f6208700a43291e0066c2c3"
     needs: fmt
     if: "!contains(github.event.head_commit.message, 'draft:') && !contains(github.event.head_commit.message, 'no-ci:')"
     steps:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b107b457b9aee085830df1f446282c5f437d4130..fe3fff7b6d3a1b293dfa63c19ff07bf244973b24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "gitlab-registry.isae-supaero.fr/dragoon/komodo:latest"
+image: "gitlab-registry.isae-supaero.fr/dragoon/komodo:bcb0e6b5f73420762f6208700a43291e0066c2c3"
 
 stages:
   - fmt