From 0c33a7c4747dda333c215430ef5b34d4191e74a5 Mon Sep 17 00:00:00 2001 From: Jim Carroll Date: Sat, 17 Feb 2024 07:14:11 +1300 Subject: [PATCH] fix: give grpcurl sane user/group --- build/fetch_binaries.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/fetch_binaries.sh b/build/fetch_binaries.sh index 2ac6a2e..d751601 100755 --- a/build/fetch_binaries.sh +++ b/build/fetch_binaries.sh @@ -60,6 +60,7 @@ get_grpcurl() { tar -zxvf /tmp/grpcurl.tar.gz && \ mv "grpcurl" /tmp/grpcurl && \ chmod +x /tmp/grpcurl + chown root:root /tmp/grpcurl } get_fortio() {