diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 023c72bd6dd..f91d8ae302d 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -1,7 +1,7 @@ dependencies: # agnhost: bump this one first - name: "agnhost" - version: "2.20" + version: "2.22" refPaths: - path: test/images/agnhost/VERSION match: \d.\d diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index 2ef40bd8c62..4699fb07e80 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.21 +2.22 diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index e8f1f9ea0aa..6e899f76e28 100644 --- a/test/images/agnhost/agnhost.go +++ b/test/images/agnhost/agnhost.go @@ -51,7 +51,7 @@ import ( func main() { rootCmd := &cobra.Command{ Use: "app", - Version: "2.20", + Version: "2.22", } rootCmd.AddCommand(auditproxy.CmdAuditProxy)