mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
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.
This commit is contained in:
parent
307931950b
commit
394f7b8f34
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Build image
|
# Build image
|
||||||
FROM node:12.18-alpine AS build
|
FROM node:12.22-alpine AS build
|
||||||
ARG BASE_PATH
|
ARG BASE_PATH
|
||||||
ARG DATABASE_TYPE
|
ARG DATABASE_TYPE
|
||||||
ENV BASE_PATH=$BASE_PATH
|
ENV BASE_PATH=$BASE_PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue