File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
2121# Visit https://github.com/aboutcode-org/scancode.io for support and download.
2222
23- FROM python:3.12 -slim
23+ FROM python:3.13 -slim
2424
2525LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/scancode.io"
2626LABEL org.opencontainers.image.description="ScanCode.io"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ install_requires =
8484 elf-inspector ==0.0.1
8585 go-inspector ==0.5.0
8686 rust-inspector ==0.1.0
87- python-inspector ==0.12.1
87+ python-inspector @ https://github.com/aboutcode-org/python-inspector/archive/refs/heads/main.zip
8888 source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8989 aboutcode-toolkit ==11.0.0
9090 # Utilities
You can’t perform that action at this time.
0 commit comments