From 6d69444aa345160b2d53032248ca494507e48271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:22:53 +0000 Subject: [PATCH] chore(deps): update node.js to v22.8.0 --- api/Dockerfile | 2 +- frontend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index ef8c257..ca9cd41 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.7.0-slim AS build +FROM node:22.8.0-slim AS build WORKDIR /app COPY *.json ./ RUN npm ci --omit=dev --ignore-scripts diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b35ddff..c43e690 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build static files -FROM node:22.7.0-slim AS build +FROM node:22.8.0-slim AS build WORKDIR /app COPY . .