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.3 per engineering#300
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez committed Oct 1, 2019
1 parent 2c79812 commit 9567a05
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.5.1"
default = "5.5.3"
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.5.1"
default = "5.5.3"
type = string
}

Expand Down

0 comments on commit 9567a05

Please sign in to comment.