Skip to content

Commit dd88f71

Browse files
fix(dagger): update birmel BUN_VERSION to 1.3.5
Match the main CI container version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2d162e7 commit dd88f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.dagger/src/birmel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Directory, Container, Secret } from "@dagger.io/dagger";
22
import { dag } from "@dagger.io/dagger";
33

4-
const BUN_VERSION = "1.3.4";
4+
const BUN_VERSION = "1.3.5";
55
const PLAYWRIGHT_VERSION = "1.57.0";
66

77
/**

0 commit comments

Comments
 (0)