From 175022f0419ff2ef6bcfb89b6d7601a68d80a849 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sat, 2 Oct 2021 22:00:50 +0200 Subject: [PATCH] Node 14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef59926..d60cf98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:14-alpine COPY . /usr/src/app WORKDIR /usr/src/app RUN npm install --no-cache