update anthos-installer version

BUG=b/205140599

Change-Id: Ie52a303b75eef2dfed6303539618949dfa3bbe51
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/24880
Reviewed-by: Arnav Kansal <rnv@google.com>
Tested-by: Varsha Teratipally <teratipally@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
diff --git a/src/cmd/cos_customizer/install_packages.go b/src/cmd/cos_customizer/install_packages.go
index 892cff3..b02c4e4 100644
--- a/src/cmd/cos_customizer/install_packages.go
+++ b/src/cmd/cos_customizer/install_packages.go
@@ -27,7 +27,7 @@
 )
 
 const (
-	anthosInstallerVersion       = "anthos_installer-linux-amd64-v0.0.1-900dd93.tar.gz"
+	anthosInstallerVersion       = "anthos_installer-linux-amd64-v0.0.1-22964ef.tar.gz"
 	anthosInstallerReleaseBucket = "cos-anthos-builds-us"
 )