From 55ec09be5fe801983c03ea81302d48f9238e0d05 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Mon, 18 Dec 2023 18:53:59 +0800 Subject: [PATCH] Fix container permission problem Signed-off-by: Wilson Wu --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ede9210..4a925d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,6 @@ FROM alpine:3.19.0 ARG TARGETARCH +USER 999 + COPY --from=builder /app/rollouts-plugin-trafficrouter-contour /bin/