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.0a6 to 3.13.0b1 #362

Closed
wants to merge 1 commit into from

Bump python from 3.13.0a6 to 3.13.0b1

452d534
Select commit
Loading
Failed to load commit list.
Closed

Bump python from 3.13.0a6 to 3.13.0b1 #362

Bump python from 3.13.0a6 to 3.13.0b1
452d534
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed May 9, 2024 in 1s

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)