File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Original source from https://hub.docker.com/_/node/
22FROM node:lts-alpine
33LABEL maintainer=
"Xavier Portilla Edo <[email protected] >" 4- ARG ASK_CLI_VERSION=2.13 .0
4+ ARG ASK_CLI_VERSION=2.15 .0
55
66ENV CLI_VERSION @${ASK_CLI_VERSION}
77
Original file line number Diff line number Diff line change @@ -109,17 +109,17 @@ 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:2 .0
112+ docker push xavidop/alexa-ask-aws-cli:1 .0
113113```
114114
115115For ASK CLI v2:
116116``` bash
117- docker build --build-arg ASK_CLI_VERSION=2.12 .0 -t xavidop/alexa-ask-aws-cli:2.0 .
117+ docker build --build-arg ASK_CLI_VERSION=2.15 .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
121121docker login
122- docker push xavidop/alexa-ask-aws-cli
122+ docker push xavidop/alexa-ask-aws-cli:2.0
123123```
124124
125125## Versions
@@ -129,7 +129,8 @@ Currently there are the versions available:
129129* 2.0: this image is running the latest version of ASK CLI v2 (2.13.0)
130130 * 2.12.0: this image is running the 2.12.0 version of ASK CLI
131131 * 2.13.0: this image is running the 2.13.0 version of ASK CLI
132- * latest: this image is running the latest version of ASK CLI (2.13.0)
132+ * 2.15.0: this image is running the 2.15.0 version of ASK CLI
133+ * latest: this image is running the latest version of ASK CLI (2.15.0)
133134
134135These versions are available in my [ DockerHub profile] ( https://hub.docker.com/r/xavidop/alexa-ask-aws-cli/tags )
135136
You can’t perform that action at this time.
0 commit comments