Skip to content

Commit 71d66e2

Browse files
committed
Upgrade the base Docker image to Python3.13 #1469
Signed-off-by: tdruez <[email protected]>
1 parent e9c010d commit 71d66e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/scancode.io"
2626
LABEL org.opencontainers.image.description="ScanCode.io"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)