Update PluggableAuth to v. 7.0 #751
Annotations
9 errors and 1 warning
Run linter (hadolint):
Dockerfile#L17
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Run linter (hadolint):
Dockerfile#L17
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Run linter (hadolint):
Dockerfile#L17
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`.Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
Run linter (hadolint):
Dockerfile#L91
DL4001 warning: Either use Wget or Curl but not both
|
Run linter (hadolint):
Dockerfile#L142
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Run linter (hadolint):
Dockerfile#L143
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Run linter (hadolint):
Dockerfile#L143
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Run linter (hadolint):
Dockerfile#L143
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Run linter (hadolint):
Dockerfile#L148
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading