Skip to content

Commit 886f898

Browse files
committed
update to 2.12.0
1 parent d152ec5 commit 886f898

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Get the latest version of the container:
6666

6767
```bash
6868
# Get image
69-
docker pull xavidop/alexa-ask-aws-cli
69+
docker pull xavidop/alexa-ask-aws-cli:2.0
7070
```
7171

7272
They're two ways to use the `ask` cli for this container described below.
@@ -81,7 +81,7 @@ docker run -it --rm \
8181
-v $(pwd)/ask-config:/home/node/.aws \
8282
-v $(pwd)/ask-config:/home/node/.bst \
8383
-v $(pwd)/hello-world:/home/node/app \
84-
xavidop/alexa-ask-aws-cli:latest \
84+
xavidop/alexa-ask-aws-cli:2.0 \
8585
ask init -l
8686
```
8787

@@ -95,7 +95,7 @@ docker run -it --rm \
9595
-v $(pwd)/ask-config:/home/node/.aws \
9696
-v $(pwd)/ask-config:/home/node/.bst \
9797
-v $(pwd)/app/HelloWorld:/home/node/app \
98-
xavidop/alexa-ask-aws-cli:latest \
98+
xavidop/alexa-ask-aws-cli:2.0 \
9999
bash
100100

101101
```
@@ -114,7 +114,7 @@ docker push xavidop/alexa-ask-aws-cli:2.0
114114

115115
For ASK CLI v2:
116116
```bash
117-
docker build --build-arg ASK_CLI_VERSION=2.11.2 -t xavidop/alexa-ask-aws-cli:2.0 .
117+
docker build --build-arg ASK_CLI_VERSION=2.12.0 -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.11.2)
129+
* 2.0: this image is running the latest version of ASK CLI v2 (2.12.0)
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)