chore: upgrade bun to 1.2.18 (#6218)

This commit is contained in:
hugocasa
2025-07-18 00:14:09 +02:00
committed by GitHub
parent ceca360e70
commit 08f640eda0
6 changed files with 92 additions and 94 deletions

View File

@@ -42,7 +42,7 @@ RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VER
RUN /usr/local/bin/python3 -m pip install pip-tools
# Bun
COPY --from=oven/bun:1.2.4 /usr/local/bin/bun /usr/bin/bun
COPY --from=oven/bun:1.2.18 /usr/local/bin/bun /usr/bin/bun
ARG TARGETPLATFORM