chore: upgrade python to 3.11 🐍 #44557
Annotations
2 errors, 10 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#L153
Use WORKDIR to switch to a directory
|
production.Dockerfile#L153
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L153
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
|
production.Dockerfile#L224
`COPY --from` should reference a previously defined `FROM` alias
|
production.Dockerfile#L225
`COPY --from` should reference a previously defined `FROM` alias
|
production.Dockerfile#L243
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L254
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
production.Dockerfile#L243
Delete the apt-get lists after installing something
|
This job failed
Loading