diff --git a/Dockerfile b/Dockerfile index 07b5d9cc7..f09ae39dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base ---- -FROM node:18.20.5-alpine AS base +FROM node:23.6.1-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.20.5-alpine as final +FROM node:23.6.1-alpine as final ENV NODE_ENV production