Skip to content

Commit d152ec5

Browse files
committed
upgrade to ASK CLI 2.11.2
1 parent d77c1bb commit d152ec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ docker build --build-arg ASK_CLI_VERSION=1.7.23 -t xavidop/alexa-ask-aws-cli:1.0
109109
# Pushing to Docker Hub
110110
# Note: not required since I have a build hook linked to the repo
111111
docker login
112-
docker push xavidop/alexa-ask-aws-cli
112+
docker push xavidop/alexa-ask-aws-cli:2.0
113113
```
114114

115115
For ASK CLI v2:
116116
```bash
117-
docker build --build-arg ASK_CLI_VERSION=2.1.1 -t xavidop/alexa-ask-aws-cli:2.0 .
117+
docker build --build-arg ASK_CLI_VERSION=2.11.2 -t xavidop/alexa-ask-aws-cli:2.0 .
118118

119119
# Pushing to Docker Hub
120120
# Note: not required since I have a build hook linked to the repo
@@ -126,7 +126,7 @@ docker push xavidop/alexa-ask-aws-cli
126126

127127
Currently there are two versions available:
128128
* 1.0: this image is running the latest version of ASK CLI v1 (1.7.23)
129-
* 2.0: this image is running the latest version of ASK CLI v2 (2.7.0)
129+
* 2.0: this image is running the latest version of ASK CLI v2 (2.11.2)
130130

131131
These versions are available in my [DockerHub profile](https://hub.docker.com/r/xavidop/alexa-ask-aws-cli/tags)
132132

0 commit comments

Comments
 (0)