fix(insights): support editing insights by updating source #46023
Annotations
4 warnings and 1 notice
livestream/Dockerfile#L11
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
livestream/Dockerfile#L11
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
livestream/Dockerfile#L22
Always tag the version of an image explicitly
|
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/.
|
livestream/Dockerfile#L8
Multiple consecutive `RUN` instructions. Consider consolidation.
|
This job succeeded
Loading