From 9ba994ba4a381a3fa9efd7ba2b03849588b6b612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:13:36 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.62.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c247fbe..6970067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ # nosec The image is used solely for linting purposes and does not run as a service -FROM golangci/golangci-lint:v1.62.0@sha256:a546859900cfd8599b993017e148e5ecf3f87a53de560549338b3422f8413209 as golangci-lint +FROM golangci/golangci-lint:v1.62.2@sha256:4e53bfe25ef2f1e14a95da42d694211080f40d118730541ce1513a83cf7587ec as golangci-lint FROM hadolint/hadolint:2.12.0@sha256:30a8fd2e785ab6176eed53f74769e04f125afb2f74a6c52aef7d463583b6d45e as hadolint