From fe7a8a97ba54e99a15a6c5fd73aa22022d836f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:21:15 +0000 Subject: [PATCH] chore(package): update ghcr.io/hadolint/hadolint docker tag to v2.15.1 --- .devcontainer/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Containerfile b/.devcontainer/Containerfile index 84e27183..a9850786 100644 --- a/.devcontainer/Containerfile +++ b/.devcontainer/Containerfile @@ -1,6 +1,6 @@ ARG DEVCONTAINER_BASE_TAG=latest -FROM ghcr.io/hadolint/hadolint:v2.14.0@sha256:27086352fd5e1907ea2b934eb1023f217c5ae087992eb59fde121dce9c9ff21e AS hadolint +FROM ghcr.io/hadolint/hadolint:v2.15.1@sha256:32dac94127fd60b7b7e3fbfc65e1383b9b5e25c9bfd7b8536de7a539fe68a12d AS hadolint FROM registry.k8s.io/kustomize/kustomize:v5.8.1@sha256:899fcd3bc898160e62bcaf82932b0cb29ba38d16272353db2e7acbba82129429 AS kustomize FROM scratch AS ctx