From 1078631f2c29b8162d1e35571363f392945f3a84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:45:58 +0000 Subject: [PATCH] Update koalaman/shellcheck Docker tag to v0.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72ae03d..7edcc20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # Fetch the official shellcheck image # -FROM koalaman/shellcheck:v0.8.0 AS shellcheck +FROM koalaman/shellcheck:v0.11.0 AS shellcheck # # Create a shunit stage to pull a fixed commit into /shunit2