diff --git a/component/git/buildout.cfg b/component/git/buildout.cfg
index 38b34f0cbe6d03121a0748f78ccd8abc7b0b2f1d..d6f40b85c93c7383e0572a9424c95c3de02dd812 100644
--- a/component/git/buildout.cfg
+++ b/component/git/buildout.cfg
@@ -18,8 +18,8 @@ parts =
 [git]
 recipe = slapos.recipe.cmmi
 shared = true
-url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.17.1.tar.xz
-md5sum = 5179245515c637357b4a134e8d4e9a6f
+url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz
+md5sum = 93ee0f867f81a39e0ef29eabfb1d2c5b
 configure-options =
   --with-curl=${curl:location}
   --with-openssl=${openssl:location}