diff --git a/api/Dockerfile b/api/Dockerfile index 7b51d5f..0bb7c93 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.10.0-slim AS build +FROM node:22.11.0-slim AS build WORKDIR /app COPY *.json ./ RUN npm ci --omit=dev --ignore-scripts diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 42dc353..be0f636 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.10.0-slim AS build +FROM node:22.11.0-slim AS build WORKDIR /app COPY . .