From 793f7ebad0d565ea6fc0b9d115bf572948f13b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:04:29 +0000 Subject: [PATCH] Update koalaman/shellcheck Docker tag to v0.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1058c21..a1cf117 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.9.0 AS shellcheck # # Create a shunit stage to pull a fixed commit into /shunit2