Skip to content

Commit

Permalink
DACP: update ecs and task definition setup (#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 authored Oct 16, 2023
1 parent be93ac4 commit 76d471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/dacp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_ecs_task_definition" "dacp_task_definition" {
container_definitions = jsonencode([
{
name = "dacp-container"
image = "mcr.microsoft.com/dotnet/framework/aspnet:4.8"
image = "${aws_ecr_repository.dacp_ecr_repo.repository_url}:latest"
cpu = 2048
memory = 4096
essential = true
Expand Down

0 comments on commit 76d471f

Please sign in to comment.