From eec24fc7308f3f067a5e03be83ea0faadcf85309 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 8 Dec 2022 15:15:17 +0100 Subject: [PATCH] Use latest tag for dashboard (#617) Using the latest tag will align with the dashboard's new release cycle that relies on tags --- infrastructure_files/docker-compose.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index 948732c3c..fd14717db 100644 --- a/infrastructure_files/docker-compose.yml.tmpl +++ b/infrastructure_files/docker-compose.yml.tmpl @@ -2,7 +2,7 @@ version: "3" services: #UI dashboard dashboard: - image: wiretrustee/dashboard:main + image: wiretrustee/dashboard:latest restart: unless-stopped ports: - 80:80