From 6c1ae6eab6ff952a84883ffacf0bcecbd5510301 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Sun, 5 Dec 2021 23:33:59 +0100 Subject: [PATCH] Fixed container version. --- .../rosetta/core_app/management/commands/core_app_populate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py b/services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py index 67c10db..af83870 100644 --- a/services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py +++ b/services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py @@ -133,7 +133,7 @@ to provide help, news and informations on your deployment. Or you can just ignor description = 'A minimal desktop environment providing basic window management functionalities and a terminal.', registry = 'git.ia2.inaf.it:5050', image_name = 'exact/swc/minimaldesktop', - image_tag = 'v0.2.0', + image_tag = 'v0.3.0', image_arch = 'amd64', image_os = 'linux', interface_port = '8590', -- GitLab