We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7bf65 commit 3912fa2Copy full SHA for 3912fa2
1 file changed
Makefile
@@ -15,8 +15,8 @@ GO_BINARY_NAME ?= appgw-ingress
15
GOOS ?= linux
16
GARCH ?= arm64
17
18
-BUILD_BASE_IMAGE ?= golang:1.25.8-bookworm
19
-BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux/distroless/base:3.0.20260204
+BUILD_BASE_IMAGE ?= golang:1.25.9-bookworm
+BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux/distroless/base:3.0.20260401
20
21
REPO ?= appgwreg.azurecr.io
22
IMAGE_NAME = public/azure-application-gateway/kubernetes-ingress-staging
0 commit comments