chore(deps): update bun version to v1.3.0 #52

Merged
t.behrendt merged 1 commits from renovate/bun-version into main 2025-10-29 08:03:28 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ab4506c63c - Show all commits

View File

@@ -1 +1 @@
1.2.22
1.3.0

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.2.22 AS base
FROM oven/bun:1.3.0 AS base
WORKDIR /app