From dee2cbc471cd57bef7615ed2b95a78f1aff77a9e Mon Sep 17 00:00:00 2001 From: Fabrizio Ruocco Date: Fri, 18 Aug 2023 18:22:40 +0200 Subject: [PATCH] modified docker image for bot deployment --- infrastructure/ARM/bot-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ARM/bot-template.json b/infrastructure/ARM/bot-template.json index dbab1a9..ee97159 100644 --- a/infrastructure/ARM/bot-template.json +++ b/infrastructure/ARM/bot-template.json @@ -425,7 +425,7 @@ ], "properties": { "siteConfig": { - "linuxFxVersion": "DOCKER|videokm.azurecr.io/csci-ui:latest" + "linuxFxVersion": "DOCKER|fruoccopublic.azurecr.io/csci-ui:latest" }, "name": "[parameters('webUiName')]", "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', parameters('hostingPlanName'))]" @@ -666,4 +666,4 @@ } } ] -} \ No newline at end of file +}