Skip to content

Commit f46ca23

Browse files
authored
Merge pull request #5 from cruxstack/dev
fix: bump docker tf artifact package to resolve force rebuild race co…
2 parents b30401b + 820e497 commit f46ca23

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)