Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 5 .changeset/metal-jars-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trigger.dev": minor
---

feat(cli): upgrade bun deployments to v1.3.3
8 changes: 3 additions & 5 deletions 8 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env.docker
.env
.env.*
.docker/*.env
.env.local
.env.development.local
.env.test.local
.env.production.local
!.env.example

# turbo
.turbo
Expand Down
2 changes: 1 addition & 1 deletion 2 docs/snippets/node-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Trigger.dev runs your tasks on specific Node.js versions:

- Node.js `21.7.3` (default)
- Node.js `22.16.0` (`node-22`)
- Bun `1.2.20` (`bun`)
- Bun `1.3.3` (`bun`)

You can change the runtime by setting the `runtime` field in your `trigger.config.ts` file.

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/cli-v3/src/deploy/buildImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export type GenerateContainerfileOptions = {
};

const BASE_IMAGE: Record<BuildRuntime, string> = {
bun: "imbios/bun-node:1.2.20-20-slim@sha256:a20d1f90ee079b80dffc0041cf8a73aa05cdb135e3b3aff1ba3eba91608dba22",
bun: "imbios/bun-node:1.3.3-20-slim@sha256:59d84856a7e31eec83afedadb542f7306f672343b8b265c70d733404a6e8834b",
node: "node:21.7.3-bookworm-slim@sha256:dfc05dee209a1d7adf2ef189bd97396daad4e97c6eaa85778d6f75205ba1b0fb",
"node-22":
"node:22.16.0-bookworm-slim@sha256:048ed02c5fd52e86fda6fbd2f6a76cf0d4492fd6c6fee9e2c463ed5108da0e34",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.