summaryrefslogtreecommitdiffhomepage
path: root/packages/containers
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-04-22 15:18:51 +1000
committerAiden Cline <[email protected]>2026-04-23 00:25:36 -0400
commit69b8ea0d66ce9a57e4692278853fb67cc163a67b (patch)
tree393234a934e0d8c27f57f9e8b6f222b1df748d64 /packages/containers
parentb0455583aa8c73be47936c42c7fd96839c11e3ba (diff)
downloadopencode-69b8ea0d66ce9a57e4692278853fb67cc163a67b.tar.gz
opencode-69b8ea0d66ce9a57e4692278853fb67cc163a67b.zip
chore: bump Bun to 1.3.13 (#23791)
Diffstat (limited to 'packages/containers')
-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 485375dd9..d6f4729bf 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.11
+ARG BUN_VERSION=1.3.13
ENV BUN_INSTALL=/opt/bun
ENV PATH=/opt/bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin