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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

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