Explorar o código

chore: specified node version to avoid issues between machines

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan %!s(int64=4) %!d(string=hai) anos
pai
achega
6b05464976
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

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