Skip to content

Commit 801eccc

Browse files
committed
Version upgrades
1 parent 49f6018 commit 801eccc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Original source from https://hub.docker.com/_/node/
22
FROM node:lts-alpine
33
LABEL maintainer="Xavier Portilla Edo <[email protected]>"
4-
ARG ASK_CLI_VERSION=2.13.0
4+
ARG ASK_CLI_VERSION=2.15.0
55

66
ENV CLI_VERSION @${ASK_CLI_VERSION}
77

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
111111
docker login
112-
docker push xavidop/alexa-ask-aws-cli:2.0
112+
docker push xavidop/alexa-ask-aws-cli:1.0
113113
```
114114

115115
For 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
121121
docker 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

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

0 commit comments

Comments
 (0)