Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update integration test terraform binary from v0.11.10 to v0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Mar 12, 2019
1 parent 9a9a216 commit 9dcd2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ENV GOPATH=/go

RUN apk update && apk add ca-certificates curl git

ENV TERRAFORM_VERSION=0.11.10
ENV TERRAFORM_VERSION=0.11.13
ENV TERRAFORM_URL="https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip"
ENV TERRAFORM_ZIP="terraform_${TERRAFORM_VERSION}_linux_amd64.zip"
ENV TERRAFORM_SHA256SUM=43543a0e56e31b0952ea3623521917e060f2718ab06fe2b2d506cfaa14d54527
ENV TERRAFORM_SHA256SUM=5925cd4d81e7d8f42a0054df2aafd66e2ab7408dbed2bd748f0022cfe592f8d2

RUN curl -fsSLO "$TERRAFORM_URL" \
&& echo "${TERRAFORM_SHA256SUM} ${TERRAFORM_ZIP}" | sha256sum -c - \
Expand Down

0 comments on commit 9dcd2f9

Please sign in to comment.