From e1dd8f382c57fde47d42178170f1e829f8ae72b4 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 12 Jul 2026 18:20:37 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Pin=20Bun=20to=20versio?= =?UTF-8?q?n=201.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 868d866..d7825eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - bun-version: ["latest", "1.2"] + bun-version: ["1.2"] steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 diff --git a/Dockerfile b/Dockerfile index adaa2e3..6b89598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1 as build +FROM oven/bun:1.2 as build WORKDIR /home/node/app COPY . .