File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ child processes.
52
52
53
53
Alternatively, if you want to ignore this lint rule because you do want your
54
54
executable to be invoked via a shell, you can use the
55
- [ ` SHELL ` ] ( https://docs.docker.com/reference/dockerfile.md #shell ) Dockerfile
55
+ [ ` SHELL ` ] ( https://docs.docker.com/reference/dockerfile/ #shell ) Dockerfile
56
56
instruction to explicitly specify a shell to use.
57
57
58
58
✅ Good: shell is explicitly defined.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ child processes.
45
45
46
46
Alternatively, if you want to ignore this lint rule because you do want your
47
47
executable to be invoked via a shell, you can use the
48
- [ ` SHELL ` ] ( https://docs.docker.com/reference/dockerfile.md #shell ) Dockerfile
48
+ [ ` SHELL ` ] ( https://docs.docker.com/reference/dockerfile/ #shell ) Dockerfile
49
49
instruction to explicitly specify a shell to use.
50
50
51
51
✅ Good: shell is explicitly defined.
You can’t perform that action at this time.
0 commit comments