Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python from 3.13.0b3 to 3.13.0 #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump python from 3.13.0b3 to 3.13.0

400e8f0
Select commit
Loading
Failed to load commit list.
Open

Bump python from 3.13.0b3 to 3.13.0 #378

Bump python from 3.13.0b3 to 3.13.0
400e8f0
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Oct 8, 2024 in 0s

4 issues found.

Annotations

Check notice on line 54 in Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Dockerfile#L54

Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). (DL3047)

Check warning on line 54 in Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Dockerfile#L54

Either use Wget or Curl but not both. (DL4001)

Check notice on line 54 in Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Dockerfile#L54

Use $(...) notation instead of legacy backticks `...`. (ShellCheck-SC2006)

Check notice on line 50 in Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Dockerfile#L50

Delete the apt-get lists after installing something. (DL3009)