-
-
Notifications
You must be signed in to change notification settings - Fork 708
Closed
Description
Line 10 in 6e42937
| FROM --platform=linux/amd64 python:3.8-slim-buster |
Please update the Dockerfile:
ERROR: Package 'scancode-toolkit' requires a different Python: 3.8.16 not in '>=3.9'
FROM --platform=linux/amd64 python:3.8-slim-buster
e.g. ->
FROM --platform=linux/amd64 python:3.9-slim-buster
but 3.13 is current stable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels