Update GH actions #6
Annotations
6 errors
hadolint:
Dockerfile#L1
DL3006 warning: Always tag the version of an image explicitly
|
hadolint:
Dockerfile#L1
DL3029 warning: Do not use --platform flag with FROM
|
hadolint:
Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
Dockerfile#L4
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
Dockerfile#L14
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.
|
hadolint:
Dockerfile#L21
DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments
|