From 6a519e0c2e65a191221faf244ae5a28805aa25de Mon Sep 17 00:00:00 2001 From: tmokmss Date: Tue, 30 Apr 2024 22:54:18 +0900 Subject: [PATCH] chore: fix build failure --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 3000eb7..057e242 100644 --- a/API.md +++ b/API.md @@ -146,7 +146,7 @@ new FargateTaskDefinition(this, 'TaskDefinition', { }); ``` -The third argument (props) are a superset of DockerImageAsset's properties. You can additionally set a few properties such as `tag`, `repository`, and `zstdCompression`. +The third argument (props) are a superset of DockerImageAsset's properties. You can set a few additional properties such as `tag`, `repository`, and `zstdCompression`. ### Build SOCI index for a container image [Seekable OCI (SOCI)](https://aws.amazon.com/about-aws/whats-new/2022/09/introducing-seekable-oci-lazy-loading-container-images/) is a way to help start tasks faster for Amazon ECS tasks on Fargate 1.4.0. You can build and push a SOCI index using the `SociIndexBuild` construct.