From 240389611b198a8cae6f24bdcbfc47c020c825dd Mon Sep 17 00:00:00 2001 From: tingrui-AWS-EKS-auth Date: Fri, 21 Jun 2024 10:10:41 -0700 Subject: [PATCH] update aws go sdk to 1.54.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94b6dd3cd..a9fbab2c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-09-06-1694026927.2 -ARG golang_image=public.ecr.aws/docker/library/golang:1.22.2 +ARG golang_image=public.ecr.aws/docker/library/golang:1.22.4 FROM --platform=$BUILDPLATFORM $golang_image AS builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator