From c8207fcaff70600d66071e2eda68fabd9139ac41 Mon Sep 17 00:00:00 2001 From: filipopo Date: Sat, 14 Dec 2024 14:56:37 +0100 Subject: [PATCH] Update image name in infra --- cdktf/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdktf/main.py b/cdktf/main.py index 0b798ad..c18dfd8 100755 --- a/cdktf/main.py +++ b/cdktf/main.py @@ -76,7 +76,7 @@ def __init__(self, scope: Construct, id: str): container=[ ContainerAppTemplateContainer( name='web', - image=os.getenv('DOCKER_IMAGE', 'filipmania/urlshortener:latest-mssql'), + image=os.getenv('DOCKER_IMAGE', 'filipmania/urlshortener:mssql'), cpu=0.25, memory='0.5Gi', env=self.template_env({