Commit c1a0363
fix: address review feedback on Dockerfile compatibility
- Drop pip hash verification in Dockerfile (Trusty's pip ~1.5 predates
--hash support added in pip 8.0); version pin alone addresses the
code scanning finding
- Pin bundler to 2.3.26 instead of 2.4.10 (Bundler 2.4.x requires
Ruby >= 2.6.0, but the Dockerfile installs Ruby 2.4.1); update
Gemfile.lock BUNDLED WITH to match
- Fix CI comment to reference the actual Python 3 dependency
(rest2html script) instead of the MARKUP_RST Ruby constant
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Zack Koppert <zkoppert@github.com>1 parent aeab80d commit c1a0363
3 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
0 commit comments