File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
111111docker login
112- docker push xavidop/alexa-ask-aws-cli
112+ docker push xavidop/alexa-ask-aws-cli:2.0
113113```
114114
115115For 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
127127Currently 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
131131These versions are available in my [ DockerHub profile] ( https://hub.docker.com/r/xavidop/alexa-ask-aws-cli/tags )
132132
You can’t perform that action at this time.
0 commit comments