Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs/lib/container-image.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scanlonp authored Jul 26, 2024
1 parent f21a0f7 commit 285c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/lib/container-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export abstract class ContainerImage {

/**
* Reference an image in an ECR repository
*
*
* @param tag If you don't specify this parameter, `latest` is used as default.
*/
public static fromEcrRepository(repository: ecr.IRepository, tag: string = 'latest') {
Expand Down

0 comments on commit 285c4bf

Please sign in to comment.