From 338dd7acd9b541264268ba9078740eae7859df42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Wed, 12 Nov 2025 14:10:25 +0100 Subject: [PATCH] Use non-root uid/gid for util image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- Dockerfile.utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.utils b/Dockerfile.utils index d0ba642ce7..2aeb3d528b 100644 --- a/Dockerfile.utils +++ b/Dockerfile.utils @@ -15,4 +15,4 @@ LABEL \ org.opencontainers.image.vendor="https://github.com/knative/func" \ org.opencontainers.image.url="https://github.com/knative/func/pkgs/container/func-utils" -USER 0:0 +USER 1000:1002