From 309aeea726e6c846ae53613fef2b27c3a7361676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Vega=20Garc=C3=ADa?= Date: Tue, 9 May 2023 16:22:04 +0200 Subject: [PATCH] Changed node version of the docker file to avoid problems --- restapi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restapi/Dockerfile b/restapi/Dockerfile index 93aa5b3..ae57b3a 100644 --- a/restapi/Dockerfile +++ b/restapi/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.15.0 +FROM node:16-slim LABEL org.opencontainers.image.source https://github.com/Arquisoft/lomap_en1b COPY . /app WORKDIR /app