chore(deps): update bun version to v1.3.2 #55

Merged
t.behrendt merged 1 commits from renovate/bun-version into main 2025-11-15 20:45:44 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.3.1
1.3.2

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.3.1 AS base
FROM oven/bun:1.3.2 AS base
WORKDIR /app