From 81bec643761774ab68f4e9b02ececb0f1afbc6f1 Mon Sep 17 00:00:00 2001 From: Matheus Horstmann Date: Tue, 14 May 2019 09:56:28 -0300 Subject: [PATCH] Issue #35: Modify submodule to use http protcol Signed-off-by: Matheus Horstmann --- .gitmodules | 5 +++-- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8296d10..4e527aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "ensalador"] +[submodule "bin/ensalador"] path = bin/ensalador - url = git@gitlab.c3sl.ufpr.br:ensalamento/ensalador.git + url = https://gitlab.c3sl.ufpr.br/ensalamento/ensalador.git + branch = development diff --git a/Dockerfile b/Dockerfile index bea2843..74e0448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.12-jessie +FROM node:8.12-stretch LABEL maintainer="horstmannmat " # Set an environment variable to prevent debian warning. -- 2.22.0