diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 87caf682de4c3633562d20b205535a0427a31ab1..7882fe389ee4605a00794fec4510e50174d332b4 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -25,7 +25,7 @@ release-cli:
 
 svu:
     # Semantic Version Util - svu - https://github.com/caarlos0/svu
-    FROM ghcr.io/caarlos0/svu:v1.11.0
+    FROM ghcr.io/caarlos0/svu:v1.12.0
     SAVE ARTIFACT /usr/bin/svu ./svu
 
 git-chglog: