Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-14 22:39:05 -07:00
parent a0c86ce40c
commit b4017efc19

View File

@@ -13,7 +13,7 @@ RUN apk add --no-cache \
musl-dev \
zip
ENV TERRAFORM_VERSION v0.12.17
ENV TERRAFORM_VERSION v0.12.25
RUN go get github.com/hashicorp/terraform || true