From e813211aa6fe9d7536e90d3445840254676753a5 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: Thu, 7 Nov 2024 04:05:22 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a358518867..ac59670a632 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.23.3-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