Update bun version to v1.3.9
All checks were successful
CI / Test (pull_request) Successful in 21s

This commit is contained in:
2026-02-09 19:09:47 +00:00
parent d48b37e0c2
commit 3d9cc68fb5
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.3.6
1.3.9

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.3.6 AS base
FROM oven/bun:1.3.9 AS base
WORKDIR /app