Skip to content

Commit

Permalink
Update image name in infra
Browse files Browse the repository at this point in the history
  • Loading branch information
filipopo committed Dec 14, 2024
1 parent 1245ab2 commit c8207fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdktf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c8207fc

Please sign in to comment.