From 90d591b7bb4d96b5ef6ae0243cf8817638628d78 Mon Sep 17 00:00:00 2001 From: Huarch Date: Tue, 19 May 2026 12:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Bun=20=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=20canary-slim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac649ad..d5a306b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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