We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf73c8 commit 124a16fCopy full SHA for 124a16f
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.9-bookworm
19
-BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux/distroless/base:3.0.20260401
+BUILD_BASE_IMAGE ?= golang:1.25.10-bookworm
+BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux/distroless/base:3.0.20260506
20
21
REPO ?= appgwreg.azurecr.io
22
IMAGE_NAME = public/azure-application-gateway/kubernetes-ingress-staging
0 commit comments