chore: bump Bun to 1.3.13 (#23791)

This commit is contained in:
Luke Parker
2026-04-22 15:18:51 +10:00
committed by GitHub
parent 97f3c746f3
commit 69e2f3b7ba
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.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