更新 Bun 镜像版本为 canary-slim

This commit is contained in:
2026-05-19 12:07:58 +08:00
parent fe09b02393
commit 3eb5829053
+1 -1
View File
@@ -1,4 +1,4 @@
FROM oven/bun:1 AS bun-bin
FROM oven/bun:canary-slim AS bun-bin
FROM smanx/opencode:latest AS base
USER root