Skip to content

Commit 15061e4

Browse files
authored
Update locals.tf (#954)
1 parent f2ef700 commit 15061e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ locals {
55
images = {
66
api = {
77
image = "commitglobal/votemonitor"
8-
tag = "0.2.59"
8+
tag = "0.2.60"
99
}
1010

1111
hangfire = {
1212
image = "commitglobal/votemonitor-hangfire"
13-
tag = "0.2.59"
13+
tag = "0.2.60"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)