bump agnhost base image

This commit is contained in:
Antonio Ojea 2020-11-27 16:38:52 +01:00
parent c1f36fa6f2
commit 5e712b85a1
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
dependencies:
# agnhost: bump this one first
- name: "agnhost"
version: "2.25"
version: "2.26"
refPaths:
- path: test/images/agnhost/VERSION
match: \d.\d

View File

@ -1,8 +1,8 @@
linux/amd64=alpine:3.6
linux/arm=arm32v6/alpine:3.6
linux/arm64=arm64v8/alpine:3.6
linux/ppc64le=ppc64le/alpine:3.6
linux/s390x=s390x/alpine:3.6
linux/amd64=alpine:3.12
linux/arm=arm32v6/alpine:3.12
linux/arm64=arm64v8/alpine:3.12
linux/ppc64le=ppc64le/alpine:3.12
linux/s390x=s390x/alpine:3.12
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909

View File

@ -1 +1 @@
2.25
2.26

View File

@ -51,7 +51,7 @@ import (
func main() {
rootCmd := &cobra.Command{
Use: "app",
Version: "2.25",
Version: "2.26",
}
rootCmd.AddCommand(auditproxy.CmdAuditProxy)