File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"shellcheck-version" : {
3
- "image" : " debian:latest " ,
3
+ "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
4
4
"features" : {
5
5
"shellcheck" : {
6
- "version" : " 0.5 .0"
6
+ "version" : " 0.7 .0"
7
7
}
8
8
}
9
9
},
10
10
11
11
"shellcheck-install-path" : {
12
- "image" : " debian:latest " ,
12
+ "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
13
13
"features" : {
14
14
"shellcheck" : {
15
15
"installPath" : " /usr/bin"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source dev-container-features-test-lib
11
11
# Feature-specific tests
12
12
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
13
13
# 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"
15
15
16
16
# Report result
17
17
# 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