📦 build: Pin Bun to version 1.2

This commit is contained in:
2026-07-12 18:21:28 +07:00
parent 23fa62eaaa
commit e1dd8f382c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM oven/bun:1 as build
FROM oven/bun:1.2 as build
WORKDIR /home/node/app
COPY . .