summaryrefslogtreecommitdiffhomepage
path: root/packages/containers/bun-node
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-03-23 10:19:21 +1000
committerGitHub <[email protected]>2026-03-23 10:19:21 +1000
commit8dd817023a2e5798fe977f25d18478995380d347 (patch)
treeac0c581fcf80ed34f40bd5212daea6a7ae4a1d07 /packages/containers/bun-node
parent0d6c60136562cca785b428aed446428d61f42616 (diff)
downloadopencode-8dd817023a2e5798fe977f25d18478995380d347.tar.gz
opencode-8dd817023a2e5798fe977f25d18478995380d347.zip
chore: bump Bun to 1.3.11 (#18144)
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 e6cad9c27..485375dd9 100644
--- a/packages/containers/bun-node/Dockerfile
+++ b/packages/containers/bun-node/Dockerfile
@@ -4,7 +4,7 @@ FROM ${REGISTRY}/build/base:24.04
SHELL ["/bin/bash", "-lc"]
ARG NODE_VERSION=24.4.0
-ARG BUN_VERSION=1.3.5
+ARG BUN_VERSION=1.3.11
ENV BUN_INSTALL=/opt/bun
ENV PATH=/opt/bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin