diff --git a/.nvmrc b/.nvmrc index 87ec8842b..a9d087399 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.2 +18.19.0 diff --git a/Dockerfile b/Dockerfile index 4363e7d08..7359f4e6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base ---- -FROM node:18.18.2-alpine AS base +FROM node:18.19.0-alpine AS base # ------------------ # package.json cache @@ -52,7 +52,7 @@ RUN true \ # ---- Final ---- # Resulting new, minimal image # This image must have the minimum amount of layers -FROM node:18.18.2-alpine as final +FROM node:18.19.0-alpine as final ENV NODE_ENV production