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 f39ae43 commit 12af416Copy full SHA for 12af416
Makefile
@@ -7,7 +7,7 @@ IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.8.2
7
GOLANG_VERSION ?= $(shell cat .go-version)
8
BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:$(GOLANG_VERSION)
9
# Image URL to use for base layer in Docker build
10
-BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2024-04-01-1711929684.2
+BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2024-08-13-1723575672.2
11
IMG_PLATFORM ?= linux/amd64,linux/arm64
12
# ECR doesn't appear to support SPDX SBOM
13
IMG_SBOM ?= none
0 commit comments