From 4658242392e1c8b94393d476c0a16066ff14a0de Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Wed, 8 Sep 2021 11:29:54 -0700 Subject: [PATCH] Use a nonroot base image for ko-based images Signed-off-by: Matt Moore --- .ko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ko.yaml b/.ko.yaml index ab0ef640c77..b8687606fb7 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -14,4 +14,4 @@ # limitations under the License. # We need a shell for a lot of redirection/piping to work -defaultBaseImage: gcr.io/distroless/base:debug +defaultBaseImage: gcr.io/distroless/base:debug-nonroot