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 0f7612a commit e34378dCopy full SHA for e34378d
Makefile
@@ -4,7 +4,7 @@ MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))
4
# Image URL to use all building/pushing image targets
5
IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.5.2
6
# Image URL to use for builder stage in Docker build
7
-BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:1.20.4
+BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:1.20.5
8
# Image URL to use for base layer in Docker build
9
BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2
10
IMG_PLATFORM ?= linux/amd64,linux/arm64
0 commit comments