diff --git a/.nvmrc b/.nvmrc index 1117d417c..d5b283a3a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.20.5 +22.13.1 diff --git a/Dockerfile b/Dockerfile index 07b5d9cc7..3f51937bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base ---- -FROM node:18.20.5-alpine AS base +FROM node:22.13.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:22.13.1-alpine as final ENV NODE_ENV production diff --git a/package.json b/package.json index 823dde49d..0c59c2b52 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "validator": "13.12.0" }, "engines": { - "node": "^18.0.0", + "node": "^22.0.0", "yarn": "^1.22.0" }, "repository": {