summaryrefslogtreecommitdiffhomepage
path: root/packages/containers/bun-node
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-29 23:13:07 -0500
committerDax Raad <[email protected]>2026-01-29 23:13:07 -0500
commit5ea1042ffba32b4e1b66e8944b5ec8c3899f5674 (patch)
tree1cb70cea0810db2ad6b2452b7d2ac08bb047c399 /packages/containers/bun-node
parent71d280d570ea77c9330942722b0e34383de831d9 (diff)
downloadopencode-5ea1042ffba32b4e1b66e8944b5ec8c3899f5674.tar.gz
opencode-5ea1042ffba32b4e1b66e8944b5ec8c3899f5674.zip
ci
Diffstat (limited to 'packages/containers/bun-node')
-rw-r--r--packages/containers/bun-node/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/containers/bun-node/Dockerfile b/packages/containers/bun-node/Dockerfile
index 69c780396..31a3bb547 100644
--- a/packages/containers/bun-node/Dockerfile
+++ b/packages/containers/bun-node/Dockerfile
@@ -2,7 +2,7 @@ ARG REGISTRY=ghcr.io/anomalyco
FROM ${REGISTRY}/build/base:24.04
ARG NODE_VERSION=24.4.0
-ARG BUN_VERSION=1.2.4
+ARG BUN_VERSION=1.3.5
ENV BUN_INSTALL=/opt/bun
ENV PATH=/opt/bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin