From 45e125eba16e3bfff42a327d3e4c79fd2e020023 Mon Sep 17 00:00:00 2001 From: MarcelWildenburg Date: Thu, 10 Oct 2024 14:49:30 +0200 Subject: [PATCH] update containerImage tag --- infrastructure/lib/api-stack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/lib/api-stack.ts b/infrastructure/lib/api-stack.ts index 853f537f..f0acc709 100644 --- a/infrastructure/lib/api-stack.ts +++ b/infrastructure/lib/api-stack.ts @@ -65,7 +65,7 @@ export class ApiStack extends Stack { cpu: 256, enableExecuteCommand: true, taskImageOptions: { - image: ContainerImage.fromEcrRepository(apiEcrRepository, '1.3.1'), + image: ContainerImage.fromEcrRepository(apiEcrRepository, '1.3.2'), containerPort: 8080, containerName: 'api', environment: {