From e9ed12d2c949d6b5d333e0cf200f376d9aa33ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:20:14 +0200 Subject: [PATCH] fix(deps): update node.js to v20.18.0 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1655c3c..e2cdf55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- compilation -- -FROM node:20.17.0-alpine AS build +FROM node:20.18.0-alpine AS build WORKDIR /app # install dependencies @@ -14,7 +14,7 @@ RUN npm run build # -- execution -- -FROM node:20.17.0-alpine +FROM node:20.18.0-alpine WORKDIR /app # install PRODUCTION dependencies