Skip to content

Commit

Permalink
Update async operation image default value (#3437)
Browse files Browse the repository at this point in the history
* Update async operation image default value

* Update to use image 46

* Trigger Snyk Build

* Trigger Snyk Build again

* Trigger Snyk Build yet again

* Trigger Snyk Build yet again again

* Trigger Snyk Build yet again again again

* Trigger Snyk Build 1
  • Loading branch information
botanical authored Jul 21, 2023
1 parent f73d94f commit 722f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-modules/cumulus/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
variable "async_operation_image" {
description = "docker image to use for Cumulus async operations tasks"
type = string
default = "cumuluss/async-operation:44"
default = "cumuluss/async-operation:46"
}

variable "cmr_client_id" {
Expand Down

0 comments on commit 722f1b1

Please sign in to comment.