We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c73ab9 commit a76905eCopy full SHA for a76905e
2 files changed
.changeset/mean-wolves-stare.md
@@ -0,0 +1,5 @@
1
+---
2
+"trigger.dev": patch
3
4
+
5
+Upgrade to bun v1.2.20
packages/cli-v3/src/deploy/buildImage.ts
@@ -543,7 +543,7 @@ export type GenerateContainerfileOptions = {
543
};
544
545
const BASE_IMAGE: Record<BuildRuntime, string> = {
546
- bun: "imbios/bun-node:1.2.18-20-slim@sha256:74067c73e7fe4a4da56f447f644e7090cec4eaf5500a0e384d15855107bea636",
+ bun: "imbios/bun-node:1.2.20-20-slim@sha256:a20d1f90ee079b80dffc0041cf8a73aa05cdb135e3b3aff1ba3eba91608dba22",
547
node: "node:21.7.3-bookworm-slim@sha256:dfc05dee209a1d7adf2ef189bd97396daad4e97c6eaa85778d6f75205ba1b0fb",
548
"node-22":
549
"node:22.16.0-bookworm-slim@sha256:048ed02c5fd52e86fda6fbd2f6a76cf0d4492fd6c6fee9e2c463ed5108da0e34",
0 commit comments