Skip to content

Commit f536702

Browse files
authored
Merge pull request #86 from mboersma/update-az-cli
chore(rootfs/Dockerfile): update az-cli to v2.0.14
2 parents 09a5fee + a549ac7 commit f536702

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ creating [issues][] and submitting [pull requests][].
2121
* [shellcheck][]: static analysis for shell scripts
2222
* [test-cover.sh][]: test coverage for multiple go packages
2323
* [upx][]: executable packer
24+
* [az][]: Azure cloud command-line tool
2425
* [Docker][]: Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
2526

2627
## Usage
@@ -48,6 +49,7 @@ The latest deis/go-dev Docker image is available at:
4849
docker pull deis/go-dev
4950
```
5051

52+
[az]: https://github.com/Azure/azure-cli#readme
5153
[Deis Workflow]: https://deis.com/
5254
[Docker Hub]: https://hub.docker.com
5355
[gen-changelog.sh]: https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/deis/base:v0.3.6
22

3-
ENV AZCLI_VERSION=2.0.10 \
3+
ENV AZCLI_VERSION=2.0.14 \
44
GO_VERSION=1.8.3 \
55
GLIDE_VERSION=v0.12.3 \
66
GLIDE_HOME=/root \

0 commit comments

Comments
 (0)