From f93c0b4a38277d4917f3090dbd5082f70ec3b9b6 Mon Sep 17 00:00:00 2001
From: "mend-for-jackfan.us.kg[bot]"
 <50673670+mend-for-jackfan.us.kg[bot]@users.noreply.github.com>
Date: Sat, 8 Jun 2024 02:50:07 +0000
Subject: [PATCH] chore(deps): update goreleaser/goreleaser docker tag to v2

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 9a358518867..6737b2dc31d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ FROM ghcr.io/terraform-linters/tflint:v0.51.1 as tflint
 FROM ghcr.io/yannh/kubeconform:v0.6.6 as kubeconfrm
 FROM golang:1.22.3-alpine as golang
 FROM golangci/golangci-lint:v1.59.0 as golangci-lint
-FROM goreleaser/goreleaser:v1.26.2 as goreleaser
+FROM goreleaser/goreleaser:v2.0.0 as goreleaser
 FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint
 FROM hashicorp/terraform:1.8.4 as terraform
 FROM koalaman/shellcheck:v0.10.0 as shellcheck