Commit fc90691
fix(reviewdog): fix installation and directly install to
The `*-review` images include `reviewdog`, installed by `curl | sh`-ing
the `install.sh`.
Following a recent change[^1], the default installation directory has
changed.
This updates the `*-review` `Dockerfile`s to be compatible with the
`install.sh` changes by directly specifying the installation directory.
Previously, this required manually moving the executable, but from now
on, the installation directory is specified as a flag to the
`install.sh` script.
[^1]: reviewdog/reviewdog@a547abe/usr/local/bin #00001 parent fbfd309 commit fc90691
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments