Parcourir la source

chore: specified node version to avoid issues between machines

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan il y a 4 ans
Parent
commit
6b05464976
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

@@ -1,4 +1,4 @@
-FROM node
+FROM node:15
 
 RUN apt-get update