From 44edd976683569d3cbe00b5184c8af2bb6316fc4 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Tue, 30 Jul 2019 12:59:58 +0200 Subject: [PATCH] Container update Update the docker image of ICNML to the commit 01fd8206 (http://esc-md-git.unil.ch/ICNML/docker/commit/01fd8206346f13a43ac0bdd9f62457fadf441cb4) Regards, the CICD --- docker-compose.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.template b/docker-compose.yml.template index ac38ccd..ca40023 100644 --- a/docker-compose.yml.template +++ b/docker-compose.yml.template @@ -1,7 +1,7 @@ version: '3.7' services: web: - image: cr.unil.ch/icnml_web:5f8de78a + image: cr.unil.ch/icnml_web:01fd8206 ports: - 80:5000 env_file: -- GitLab