Skip to content

Commit dea8b7e

Browse files
authored
Merge pull request #23 from skdltmxn/bump/turbo
bump turbo to 2.5.8
2 parents dfac737 + 51b10ec commit dea8b7e

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:24.0.2-slim
22

33
ENV DEBIAN_FRONTEND noninteractive
44
ENV PNPM_VERSION 10.11.0
5-
ENV TURBO_VERSION 2.5.3
5+
ENV TURBO_VERSION 2.5.8
66
ENV TSX_VERSION 4.19.4
77
ENV TS_NODE 10.9.2
88
ENV 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)