Skip to content

Commit

Permalink
Update Terraform version to v0.15.1
Browse files Browse the repository at this point in the history
In response to a potential disclosure of sensitive information
via the Codecov security incident, Hashicorp has rotated the
key used to sign providers. This commit updates Terraform to
v0.15.1 which uses the new key for validation.

More information: https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
  • Loading branch information
pst committed Apr 28, 2021
1 parent 8b95ff0 commit 4baaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG KUBECTL_VERSION=v1.21.0
ARG KUSTOMIZE_VERSION=v3.9.2

# https://www.terraform.io/downloads.html
ARG TERRAFORM_VERSION=0.15.0
ARG TERRAFORM_VERSION=0.15.1

RUN echo "KUBECTL_VERSION: ${KUBECTL_VERSION}" \
&& curl -Lo /opt/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
Expand Down

0 comments on commit 4baaaac

Please sign in to comment.