From 394f7b8f346089092f62cd9c82fea83251d50083 Mon Sep 17 00:00:00 2001 From: bboysoul <31786046+bboysoulcn@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:29:16 +0800 Subject: [PATCH] update node 12.22 error next@12.0.1: The engine "node" is incompatible with this module. Expected version ">=12.22.0". Got "12.18.4" error Found incompatible module. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d086546..d0943392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM node:12.18-alpine AS build +FROM node:12.22-alpine AS build ARG BASE_PATH ARG DATABASE_TYPE ENV BASE_PATH=$BASE_PATH