We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125ada commit 595922aCopy full SHA for 595922a
1 file changed
hooks/command
@@ -7,7 +7,7 @@ if [ -z "${BUILDKITE_PLUGIN_PLUGIN_LINTER_ID:-}" ]; then
7
exit 1
8
fi
9
10
-TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.0.4}
+TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.1.0}
11
12
echo "--- :docker: Fetching buildkite/plugin-linter:${TAG}"
13
0 commit comments