Skip to content

Commit

Permalink
Terraform > 0.6.15 Packer > 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed May 7, 2016
1 parent 648c976 commit 37f2d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/Dockerfile-light
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER "Tim Fall <[email protected]>"

ENV PACKER_VERSION=0.10.0
ENV PACKER_VERSION=0.10.1
ENV PACKER_SHA256SUM=eadd33bc0f8fa42034059fc1cda5f43ed6f540746e767480f0706ebed49b45e5

RUN apk add --update git bash wget
Expand Down
2 changes: 1 addition & 1 deletion terraform/Dockerfile-light
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER "Tim Fall <[email protected]>"

ENV TERRAFORM_VERSION=0.6.14
ENV TERRAFORM_VERSION=0.6.15
ENV TERRAFORM_SHA256SUM=6d93290f980df15a453e907ea9a2ca8f8fed41143c220953c911b5174c3e3ab0

RUN apk add --update git bash wget
Expand Down

0 comments on commit 37f2d44

Please sign in to comment.