From 2856ba3b78ae0358d44bff36b18de2d71b047cf8 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 27 Jun 2019 14:13:30 +0200 Subject: [PATCH] MON-459 bump terraform image to 0.12.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2f5f05..a9a7e8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ before_script: - apk add --no-cache curl auto_update: - image: hashicorp/terraform:0.12.1 + image: hashicorp/terraform:0.12.3 stage: test script: - apk add --no-cache bash git grep coreutils