From e56c0e58135de1249a5df0440a2a1fed929f8740 Mon Sep 17 00:00:00 2001 From: winkidney Date: Thu, 21 Apr 2022 09:09:40 -0700 Subject: [PATCH] fix: use 14 in dev-docker image file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be1ab07..5cbc821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /app # config nodejs RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n -RUN bash n 10 +RUN bash n 14 RUN npm -g install yarn WORKDIR /app