chore: upgrade python to 3.11 🐍 #45132
Annotations
2 errors, 7 warnings, and 1 notice
.devcontainer/Dockerfile#L35
Do not use sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root
|
|
production.Dockerfile#L52
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L94
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L127
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L149
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L160
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L220
Last USER should not be root
|
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/.
|
production.Dockerfile#L149
Delete the apt-get lists after installing something
|
This job failed
Loading