From d660ee36fe947607ebea039acd47c35477b4a836 Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 9 Apr 2024 00:32:13 +0200 Subject: [PATCH] Update base image to `eks-distro-minimal-base-nonroot:2024-04-01-1711929684.2` (#525) Dodging CVE scanners before it's late :) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43a152c5..8b227953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ # Base image to use at runtime -ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-09-06-1694026927.2 - +ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2024-04-01-1711929684.2 # Golang image to use for compiling the manager ARG builder_image=public.ecr.aws/docker/library/golang