chore: Upgrade Bun to the final non-rust version (#27648)

This commit is contained in:
Luke Parker
2026-05-18 09:24:26 +10:00
committed by GitHub
parent f06b78751e
commit de846ca57d
4 changed files with 7 additions and 7 deletions

View File

@@ -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.13
ARG BUN_VERSION=1.3.14
ENV BUN_INSTALL=/opt/bun
ENV PATH=/opt/bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin