Skip to content

Commit 820e497

Browse files
committed
fix: bump docker tf artifact package to resolve force rebuild race condition
1 parent f2241b8 commit 820e497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resource "aws_s3_object" "rules" {
6666
# ================================================================== lambda ===
6767

6868
module "bot_artifact" {
69-
source = "github.com/cruxstack/terraform-docker-artifact-packager?ref=v1.4.0"
69+
source = "github.com/cruxstack/terraform-docker-artifact-packager?ref=v1.4.1"
7070

7171
count = local.enabled ? 1 : 0
7272

0 commit comments

Comments
 (0)