We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d268d18 commit 4a95733Copy full SHA for 4a95733
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.3}
+TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.0.4}
11
12
echo "--- :docker: Fetching buildkite/plugin-linter:${TAG}"
13
0 commit comments