chore: add Vercel CLI to the dogfood image via mise (#26411)

Vercel is our vetted tool for deploying apps. Baking it into the dogfood
image makes it available for both dogfood (coder.com dev) and
cdrstable.dev work, without a per-workspace install.

Pinned via mise's npm backend, matching the existing
`@devcontainers/cli` and `@puppeteer/browsers` entries.

Generated with Coder Agents on behalf of @bpmct
This commit is contained in:
Ben Potter
2026-06-16 07:22:08 -07:00
committed by GitHub
parent 894734aa2c
commit 6ad66be55e
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -967,6 +967,10 @@ url = "https://releases.hashicorp.com/terraform/1.15.5/terraform_1.15.5_windows_
checksum = "sha256:2f652dd854af7b7fbb51301afc55b5ef1d3f6e287be7889d4cc3818df891cd38"
url = "https://releases.hashicorp.com/terraform/1.15.5/terraform_1.15.5_windows_amd64.zip"
[[tools.vercel]]
version = "54.14.0"
backend = "npm:vercel"
[[tools.zizmor]]
version = "1.11.0"
backend = "aqua:zizmorcore/zizmor"
+2
View File
@@ -71,6 +71,8 @@ lazygit = "0.61.1"
# Pre-installs the binary so the upstream devcontainers-cli coder
# module's `command -v devcontainer` short-circuit fires
"npm:@devcontainers/cli" = "0.87.0"
# Vercel CLI for deploying/previewing projects from dogfood workspaces.
vercel = "54.14.0"
# weekly-docs uses this pinned Puppeteer browser installer to install Chrome for
# action-linkspector without resolving mutable npm metadata at runtime.
"npm:@puppeteer/browsers" = "2.13.0"