Skip to content

Commit 12af416

Browse files
authored
bump up base image version (#3854) (#3855)
1 parent f39ae43 commit 12af416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.8.2
77
GOLANG_VERSION ?= $(shell cat .go-version)
88
BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:$(GOLANG_VERSION)
99
# 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
10+
BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2024-08-13-1723575672.2
1111
IMG_PLATFORM ?= linux/amd64,linux/arm64
1212
# ECR doesn't appear to support SPDX SBOM
1313
IMG_SBOM ?= none

0 commit comments

Comments
 (0)