diff options
-rw-r--r-- | src/aws-cli/NOTES.md | 1 | ||||
-rw-r--r-- | src/aws-cli/devcontainer-feature.json | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/aws-cli/NOTES.md b/src/aws-cli/NOTES.md new file mode 100644 index 0000000..b1cb1f9 --- /dev/null +++ b/src/aws-cli/NOTES.md @@ -0,0 +1 @@ +Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.
\ No newline at end of file diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json index 5302cf1..af28717 100644 --- a/src/aws-cli/devcontainer-feature.json +++ b/src/aws-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "aws-cli", - "version": "1.0.4", + "version": "1.0.5", "name": "AWS CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", @@ -11,7 +11,7 @@ "latest" ], "default": "latest", - "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)" + "description": "Select or enter an AWS CLI version." } }, "customizations": { |