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 e1d32f4 commit 48fadf8Copy full SHA for 48fadf8
Makefile
@@ -7,7 +7,7 @@ IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.7.0
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:2023-09-06-1694026927.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