diff --git a/api/Dockerfile b/api/Dockerfile index a2a40601..beb9d4df 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.2.0-slim AS build +FROM node:22.3.0-slim AS build WORKDIR /app COPY *.json ./ RUN npm ci --omit=dev --ignore-scripts diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0a294c73..37bace3f 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.2.0-slim AS build +FROM node:22.3.0-slim AS build WORKDIR /app COPY . .