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.
This commit is contained in:
Toxix 2021-07-05 03:10:37 +02:00 committed by Trenton Holmes
parent 9f895fe65f
commit 31d96ea85b

View File

@ -1,4 +1,4 @@
FROM node AS compile-frontend
FROM node:15 AS compile-frontend
COPY . /src