update anthos installer version with fixes

1) container install permissions issue in ubuntu
2) anthos installer tag
3) anthos installer options

BUG=b/202307318

Change-Id: I4c5248eabeb435a8bde4dcc92df1a4566a679ec8
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/23590
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
Tested-by: Varsha Teratipally <teratipally@google.com>
diff --git a/src/cmd/cos_customizer/install_packages.go b/src/cmd/cos_customizer/install_packages.go
index 28aceb4..892cff3 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-ab3b833.tar.gz"
+	anthosInstallerVersion       = "anthos_installer-linux-amd64-v0.0.1-900dd93.tar.gz"
 	anthosInstallerReleaseBucket = "cos-anthos-builds-us"
 )