diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf5f2e8b0165e344491403cfff9501426d17bef7..eba38d549aa6c479950b979a7ae6acc95e51e6fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.4.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.0...2.4.1) (2024-1-31)
+
+
+### Bug Fixes
+
+* remove install_ca_certs ([86464e6](https://gitlab.com/to-be-continuous/gitleaks/commit/86464e616d6b6db98df659af8ff90e9554bfdeb9))
+
 # [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)
 
 
diff --git a/README.md b/README.md
index cb7ea143a6edef88791a562e626efbadded766ae..05355e92ac884f4d797646270e220b216982a6f0 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.0
+  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.1
     # 2: set/override component inputs
     inputs:
       args: "--no-banner" # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/gitleaks'
-    ref: '2.4.0'
+    ref: '2.4.1'
     file: '/templates/gitlab-ci-gitleaks.yml'
 
 variables:
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 93a8b5083ff16152d4a18ec944f470e06fdb111a..f17bdb6b9d8f16a332d43c9f3d36274dae7a1bf3 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -231,7 +231,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.4.0"]
+      command: ["--service", "gitleaks", "2.4.1"]
   stage: test
   needs: []
   variables: