更新 Bun 镜像版本为 canary-slim
Agent CI/CD / validate (push) Successful in 33s
Agent CI/CD / docker-image (push) Failing after 1s
Agent CI/CD / deploy-fallback-log (push) Successful in 0s

This commit is contained in:
2026-05-19 12:07:58 +08:00
parent aa8f801a04
commit 90d591b7bb
+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