Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Bump concourse version to 5.5.1 per engineering#293
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez committed Sep 25, 2019
1 parent 156c995 commit 2c79812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ec2-worker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion ecs-web/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2c79812

Please sign in to comment.