feat: cyclotron #52755
Annotations
9 warnings and 1 notice
rust/Dockerfile#L15
Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
rust/Dockerfile#L25
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L53
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L95
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L129
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L151
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L162
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L223
Last USER should not be root
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
production.Dockerfile#L151
Delete the apt-get lists after installing something
|
This job succeeded
Loading