Skip to content
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
26 changes: 13 additions & 13 deletions src/content/docs/workers/ci-cd/builds/build-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ The default versions will be updated regularly to the latest minor version. No m

| Tool | Default version | Environment variable | File |
| ----------- | --------------- | -------------------- | ---------------------------- |
| **Go** | 1.23.0 | `GO_VERSION` | |
| **Node.js** | 22.9.0 | `NODE_VERSION` | .nvmrc, .node-version |
| **Python** | 3.12.5 | `PYTHON_VERSION` | .python-version, runtime.txt |
| **Ruby** | 3.3.5 | `RUBY_VERSION` | .ruby-version |
| **Go** | 1.24.3 | `GO_VERSION` | |
| **Node.js** | 22.16.0 | `NODE_VERSION` | .nvmrc, .node-version |
| **Python** | 3.13.3 | `PYTHON_VERSION` | .python-version, runtime.txt |
| **Ruby** | 3.4.4 | `RUBY_VERSION` | .ruby-version |

### Tools and langauges

| Tool | Default version | Environment variable |
| ----------- | ---------------- | -------------------- |
| **Bun** | 1.1.33 | `BUN_VERSION` |
| **Hugo** | extended_0.134.3 | `HUGO_VERSION` |
| **npm** | 10.8.3 | |
| **yarn** | 4.5.0 | `YARN_VERSION` |
| **pnpm** | 9.10.0 | `PNPM_VERSION` |
| **pip** | 24.2 | |
| **gem** | 3.5.19 | |
| **poetry** | 1.8.3 | |
| **Bun** | 1.2.15 | `BUN_VERSION` |
| **Hugo** | extended_0.147.7 | `HUGO_VERSION` |
| **npm** | 10.9.2 | |
| **yarn** | 4.9.1 | `YARN_VERSION` |
| **pnpm** | 10.11.1 | `PNPM_VERSION` |
| **pip** | 25.1.1 | |
| **gem** | 3.6.9 | |
| **poetry** | 2.1.3 | |
| **pipx** | 1.7.1 | |
| **bundler** | 2.4.10 | |
| **bundler** | 2.6.9 | |

## Advanced Settings

Expand Down
24 changes: 12 additions & 12 deletions src/content/pages-build-environment/v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,64 @@ major_version: 3
enable_date: "2025-05-30"
languages:
- name: Go
default: "1.21.0"
default: "1.24.3"
supported: "Any version"
environment_variable: "GO_VERSION"
- name: Node.js
default: "22.15.1"
default: "22.16.0"
supported: "Any version"
environment_variable: "NODE_VERSION"
file:
- ".nvmrc"
- ".node-version"
- name: Python
default: "3.11.5"
default: "3.13.3"
supported: "Any version"
environment_variable: "PYTHON_VERSION"
file:
- ".python-version"
- "runtime.txt"
- name: Ruby
default: "3.2.2"
default: "3.4.4"
supported: "Any version"
environment_variable: "RUBY_VERSION"
file:
- ".ruby-version"
tools:
- name: Bundler
default: "2.4.10"
default: "2.6.9"
supported: "Corresponds with Ruby version"
- name: Embedded Dart Sass
default: "1.62.1"
supported: "Up to 1.62.1"
environment_variable: "EMBEDDED_DART_SASS_VERSION"
- name: gem
default: "3.4.10"
default: "3.6.9"
supported: "Corresponds with Ruby version"
- name: Hugo
default: "0.118.2"
default: "0.147.7"
supported: "Any version"
environment_variable: "HUGO_VERSION"
- name: npm
default: "10.9.2"
supported: "Corresponds with Node.js version"
- name: pip
default: "23.2.1"
default: "25.1.1"
supported: "Corresponds with Python version"
- name: pipx
default: "1.2.0"
default: "1.7.1"
- name: pnpm
default: "10.11.0"
default: "10.11.1"
supported: "Any version"
environment_variable: "PNPM_VERSION"
- name: Poetry
default: "1.6.1"
default: "2.1.3"
- name: Yarn
default: "4.9.1"
supported: "Any version"
environment_variable: "YARN_VERSION"
- name: Bun
default: "1.2.13"
default: "1.2.15"
supported: "Any version"
environment_variable: "BUN_VERSION"
build_environment:
Expand Down