File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2025-10
2+
3+ * Upgrade turbo: 2.5.3 -> 2.5.8
4+
15## 2025-05
26
37* Upgrade Node.js base image: 20.12.2 (slim) → 24.0.2 (slim)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:24.0.2-slim
22
33ENV DEBIAN_FRONTEND noninteractive
44ENV PNPM_VERSION 10.11.0
5- ENV TURBO_VERSION 2.5.3
5+ ENV TURBO_VERSION 2.5.8
66ENV TSX_VERSION 4.19.4
77ENV TS_NODE 10.9.2
88ENV SWC_CORE 1.11.24
@@ -66,4 +66,4 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
6666
6767# install uv
6868# https://docs.astral.sh/uv/reference/installer/#unmanaged-installations
69- RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/bin" sh
69+ RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/bin" sh
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Below is a list of the essential packages and tools installed in this Docker ima
2828- ** AWS CLI** : Version 2.27.19
2929- ** amazon-ecr-credential-helper** : Version 0.9.1
3030- ** pnpm** : Version 10.11.0
31- - ** turbo** : Version 2.5.3
31+ - ** turbo** : Version 2.5.8
3232- ** tsx** : Version 4.19.4
3333- ** ts-node** : Version 10.9.2
3434- ** @swc/core ** : Version 1.11.24
@@ -54,7 +54,7 @@ Configured for optimal performance and non-interactive installations:
5454
5555- ` DEBIAN_FRONTEND ` : ` noninteractive `
5656- ` PNPM_VERSION ` : ` 10.11.0 `
57- - ` TURBO_VERSION ` : ` 2.5.3 `
57+ - ` TURBO_VERSION ` : ` 2.5.8 `
5858- ` TSX_VERSION ` : ` 4.19.4 `
5959- ` TS_NODE ` : ` 10.9.2 `
6060- ` SWC_CORE ` : ` 1.11.24 `
You can’t perform that action at this time.
0 commit comments