From 859f726b6819d782537997075eb0ede1e8b0c332 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: Wed, 3 Jul 2024 02:58:59 +0000
Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5

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

diff --git a/Dockerfile b/Dockerfile
index 9a358518867..e7402a86c5e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ FROM alpine/terragrunt:1.8.4 as terragrunt
 FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter
 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 golang:1.22.5-alpine as golang
 FROM golangci/golangci-lint:v1.59.0 as golangci-lint
 FROM goreleaser/goreleaser:v1.26.2 as goreleaser
 FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint