File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "shellcheck-version" : {
3- "image" : " debian:latest " ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
44 "features" : {
55 "shellcheck" : {
6- "version" : " 0.5 .0"
6+ "version" : " 0.7 .0"
77 }
88 }
99 },
1010
1111 "shellcheck-install-path" : {
12- "image" : " debian:latest " ,
12+ "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
1313 "features" : {
1414 "shellcheck" : {
1515 "installPath" : " /usr/bin"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source dev-container-features-test-lib
1111# Feature-specific tests
1212# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1313# check <LABEL> <cmd> [args...]
14- check " version" bash -c " shellcheck --version | grep 0.5 .0"
14+ check " version" bash -c " shellcheck --version | grep 0.7 .0"
1515
1616# Report result
1717# If any of the checks above exited with a non-zero exit code, the test will fail.
You can’t perform that action at this time.
0 commit comments