diff --git a/Dockerfile b/Dockerfile index 5bc61880e6d..1058da3f5d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -215,7 +215,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \ ### Terraform USER root -ARG TERRAFORM_VERSION=1.0.6 +ARG TERRAFORM_VERSION=1.0.8 RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - RUN apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" \ && apt-get update -y \