From cf613d24d793cf4ecc4fcf719ffd0c5bc242f6e0 Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-3[bot]" <282332853+vercel-gh-bot-3[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:18:08 +0000 Subject: [PATCH] fix(eve): run the sandbox image as its workspace owner Co-authored-by: ruiconti <1834568+ruiconti@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e6ed08af66..dcaf4c78b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,4 +84,5 @@ RUN set -eux; \ printf 'vercel-sandbox ALL=(ALL) NOPASSWD:ALL\n' >/etc/sudoers.d/vercel-sandbox; \ chmod 0440 /etc/sudoers.d/vercel-sandbox +USER vercel-sandbox WORKDIR /workspace