Skip to content

Commit 1cb876b

Browse files
author
bgauduch
committed
readme corrections
1 parent 56b3530 commit 1cb876b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Supported versions are listed in the [`supported_versions.json`](https://github.
1616

1717
The following image tag strategy is applied:
1818
* `zenika/terraform-aws-cli:latest` - build from master
19-
* Included CLI versions are the newest in the [`supported_versions.json` ](https://github.com/Zenika/terraform-aws-cli/blob/master/supported_versions.json) file.
19+
* Included CLI versions are the latest in [`supported_versions.json` ](https://github.com/Zenika/terraform-aws-cli/blob/master/supported_versions.json) file.
2020
* `zenika/terraform-aws-cli:release-S.T_terraform-UU.VV.WW_awscli-XX.YY.ZZ` - build from releases
2121
* `release-S.T` is the release tag
2222
* `terraform-UU.VV.WWW` is the **Terraform** version included in the image
@@ -57,7 +57,7 @@ docker container run -it --rm -e "AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}" -e "AW
5757
> The `--rm` flag will completely destroy the container and its data on exit.
5858
5959
### ⚙️ Build the image
60-
You can build the image locally directly from the Dockerfiles, using the build script.
60+
The image can be built locally directly from the Dockerfiles, using the build script.
6161

6262
It will :
6363
* Lint the Dockerfile with [Hadolint](https://github.com/hadolint/hadolint);

0 commit comments

Comments
 (0)