From f595045f982ab86cb07108dd0ab0f337ba58f66c Mon Sep 17 00:00:00 2001 From: Sebastian Trebitz Date: Tue, 1 Sep 2020 18:37:39 +0200 Subject: [PATCH] update Terraform & Google cloud SDK --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c61d672..2eb454b 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ DOCKER_IMAGE_OWNER := nephosolutions DOCKER_IMAGE_NAME := terraform ALPINE_VERSION := 3.12 -GCLOUD_SDK_VERSION := 298.0.0 +GCLOUD_SDK_VERSION := 302.0.0 GIT_CRYPT_VERSION := 0.6.0-r1 RUBY_VERSION := 2.6.6 -TERRAFORM_VERSION := 0.12.28 +TERRAFORM_VERSION := 0.12.29 CACHE_DIR := .cache