File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ GO_BINARY_NAME ?= appgw-ingress
1515GOOS ?= linux
1616GARCH ?= arm64
1717
18- BUILD_BASE_IMAGE ?= golang:1.24.4 -bookworm
19- BINARY_BASE_IMAGE ?= mcr.microsoft.com/cbl-mariner /distroless/base:2 .0
18+ BUILD_BASE_IMAGE ?= golang:1.24.7 -bookworm
19+ BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux /distroless/base:3 .0
2020
2121REPO ?= appgwreg.azurecr.io
2222IMAGE_NAME = public/azure-application-gateway/kubernetes-ingress-staging
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/Azure/application-gateway-kubernetes-ingress
22
33go 1.23.2
44
5- toolchain go1.24.3
5+ toolchain go1.24.7
66
77require (
88 github.com/Azure/azure-container-networking v1.6.25
@@ -83,7 +83,7 @@ require (
8383 github.com/x448/float16 v0.8.4 // indirect
8484 golang.org/x/crypto v0.38.0 // indirect
8585 golang.org/x/net v0.40.0 // indirect
86- golang.org/x/oauth2 v0.25 .0 // indirect
86+ golang.org/x/oauth2 v0.30 .0 // indirect
8787 golang.org/x/sys v0.33.0 // indirect
8888 golang.org/x/term v0.32.0 // indirect
8989 golang.org/x/text v0.25.0 // indirect
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
216216golang.org/x/mod v0.17.0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
217217golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
218218golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
219- golang.org/x/oauth2 v0.25 .0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70 =
220- golang.org/x/oauth2 v0.25 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
219+ golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
220+ golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
221221golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
222222golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
223223golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments