Skip to content

Commit

Permalink
Merge pull request #190 from kbst/updatetfversion
Browse files Browse the repository at this point in the history
Update Terraform version to v0.15.1
  • Loading branch information
pst authored Apr 28, 2021
2 parents 8b95ff0 + 4baaaac commit e5568b0
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 e5568b0

Please sign in to comment.