From 51b10ecd3c650b5b84288fa04a314ce2f38137ef Mon Sep 17 00:00:00 2001 From: "gd.park" Date: Wed, 22 Oct 2025 08:25:27 +0000 Subject: [PATCH] bump turbo to 2.5.8 --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- README.md | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c9e7a..619b7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2025-10 + +* Upgrade turbo: 2.5.3 -> 2.5.8 + ## 2025-05 * Upgrade Node.js base image: 20.12.2 (slim) → 24.0.2 (slim) diff --git a/Dockerfile b/Dockerfile index 9216299..9753788 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:24.0.2-slim ENV DEBIAN_FRONTEND noninteractive ENV PNPM_VERSION 10.11.0 -ENV TURBO_VERSION 2.5.3 +ENV TURBO_VERSION 2.5.8 ENV TSX_VERSION 4.19.4 ENV TS_NODE 10.9.2 ENV SWC_CORE 1.11.24 @@ -66,4 +66,4 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" # install uv # https://docs.astral.sh/uv/reference/installer/#unmanaged-installations -RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/bin" sh \ No newline at end of file +RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/bin" sh diff --git a/README.md b/README.md index 657a225..c9b2a11 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Below is a list of the essential packages and tools installed in this Docker ima - **AWS CLI**: Version 2.27.19 - **amazon-ecr-credential-helper**: Version 0.9.1 - **pnpm**: Version 10.11.0 -- **turbo**: Version 2.5.3 +- **turbo**: Version 2.5.8 - **tsx**: Version 4.19.4 - **ts-node**: Version 10.9.2 - **@swc/core**: Version 1.11.24 @@ -54,7 +54,7 @@ Configured for optimal performance and non-interactive installations: - `DEBIAN_FRONTEND`: `noninteractive` - `PNPM_VERSION`: `10.11.0` -- `TURBO_VERSION`: `2.5.3` +- `TURBO_VERSION`: `2.5.8` - `TSX_VERSION`: `4.19.4` - `TS_NODE`: `10.9.2` - `SWC_CORE`: `1.11.24`