Skip to content

Commit

Permalink
upgrade of kubernetes and docker clients versions (shopsys#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-brtan authored Mar 27, 2019
2 parents 9de1fbb + 962d2bc commit 4348beb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.6

ENV DOCKER_CLIENT_VERSION="18.05.0-ce"
ENV DOCKER_CLIENT_VERSION="18.09.3"
ENV TERRAFORM_VERSION="0.11.7"
ENV KUBECTL_VERSION="1.11.1"
ENV KUBECTL_VERSION="1.13.5"
ENV YQ_VERSION="2.1.1"
ENV KUSTOMIZE_VERSION="1.0.10"
ENV CLOUD_SDK_VERSION="206.0.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ docker run \
-v $PWD:/tmp \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.kube/config:/root/.kube/config \
shopsys/kubernetes-buildpack
--rm
--rm \
shopsys/kubernetes-buildpack \
<your scripts>
```

Expand Down

0 comments on commit 4348beb

Please sign in to comment.