From 2c79812f84ae96c5118467fcbc649a6ae4d669b8 Mon Sep 17 00:00:00 2001 From: Simon Rondelez Date: Wed, 25 Sep 2019 12:07:02 +0200 Subject: [PATCH] Bump concourse version to 5.5.1 per engineering#293 --- ec2-worker/variables.tf | 2 +- ecs-web/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ec2-worker/variables.tf b/ec2-worker/variables.tf index acf0747..0f2416d 100644 --- a/ec2-worker/variables.tf +++ b/ec2-worker/variables.tf @@ -107,7 +107,7 @@ variable "concourse_worker_instance_count" { variable "concourse_version" { description = "Concourse CI version to use. Defaults to the latest tested version" - default = "5.4.1" + default = "5.5.1" type = string } diff --git a/ecs-web/variables.tf b/ecs-web/variables.tf index edf3403..3587a5c 100644 --- a/ecs-web/variables.tf +++ b/ecs-web/variables.tf @@ -27,7 +27,7 @@ variable "concourse_docker_image" { variable "concourse_version" { description = "Concourse CI version to use. Defaults to the latest tested version" - default = "5.4.1" + default = "5.5.1" type = string }