From c98678d99a223334d4c5189899ae5dcdeb313d73 Mon Sep 17 00:00:00 2001 From: oliviassss Date: Mon, 16 Sep 2024 13:58:19 -0700 Subject: [PATCH] bump up base image version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d158f0f1b..36202439a1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.7.0 GOLANG_VERSION ?= $(shell cat .go-version) BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:$(GOLANG_VERSION) # Image URL to use for base layer in Docker build -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 IMG_PLATFORM ?= linux/amd64,linux/arm64 # ECR doesn't appear to support SPDX SBOM IMG_SBOM ?= none