forked from hashicorp/docker-hub-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim
committed
May 7, 2016
1 parent
648c976
commit 37f2d44
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|