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 af3464b commit 658dd9eCopy full SHA for 658dd9e
Makefile
@@ -22,7 +22,7 @@
22
# VERSION is the source revision that executables and images are built from.
23
VERSION ?= $(shell git describe --tags --always --dirty || echo "unknown")
24
# GOLANG_IMAGE is the building golang container image used.
25
-GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.20.4-5-gcc-al2
+GOLANG_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/golang:1.20.8-9-gcc-al2
26
# BASE_IMAGE_CNI is the base layer image for the primary AWS VPC CNI plugin container
27
BASE_IMAGE_CNI ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-iptables:latest.2
28
# BASE_IMAGE_CNI_INIT is the base layer image for the AWS VPC CNI init container
0 commit comments