From 31d96ea85b997aac26e310a74f5c26278a62f54d Mon Sep 17 00:00:00 2001 From: Toxix Date: Mon, 5 Jul 2021 03:10:37 +0200 Subject: [PATCH] Fix node version From automatic codereview. We should use a specific node version. We are using the same version that was used before in the github pipeline. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bd64f508..d8cca0e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node AS compile-frontend +FROM node:15 AS compile-frontend COPY . /src