diff --git a/core/Dockerfile b/core/Dockerfile index a772bef7..08f30e11 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:24.11.1-alpine3.22 AS build-stage +FROM node:25.2.1-alpine3.22 AS build-stage RUN npm i -g pnpm WORKDIR /app COPY ./frontend/package.json ./frontend/pnpm-lock.yaml ./ diff --git a/core/Dockerfile.ee b/core/Dockerfile.ee index 4360630e..b253b766 100644 --- a/core/Dockerfile.ee +++ b/core/Dockerfile.ee @@ -15,7 +15,7 @@ # WhoDB Enterprise Edition Dockerfile # Build frontend with EE modules -from node:24.11.1-alpine3.22 AS build-stage +from node:25.2.1-alpine3.22 AS build-stage RUN npm i -g pnpm WORKDIR /app diff --git a/docs/Dockerfile b/docs/Dockerfile index e4d931a2..64db9f32 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -from node:24.11.1-alpine3.22 AS builder +from node:25.2.1-alpine3.22 AS builder WORKDIR /app