fix: allow YAML-selected Bun base image

This commit is contained in:
UniDesk AgentRun Ops
2026-06-13 14:28:40 +08:00
parent 10249192b1
commit ba2752815d
+2 -1
View File
@@ -1,4 +1,5 @@
FROM oven/bun:1.2.15-alpine ARG BUN_IMAGE=oven/bun:1.2.15-alpine
FROM ${BUN_IMAGE}
WORKDIR /opt/agentrun WORKDIR /opt/agentrun
ARG HTTP_PROXY ARG HTTP_PROXY