Update Dockerfile

This commit is contained in:
Jess Frazelle
2020-06-25 13:17:02 -07:00
committed by GitHub
parent 3679486e0b
commit 52ac610b57

View File

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