Pin the base image by digest #36
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low
Category: infra
Location:
Dockerfile:3Problem
FROM python:3.12-slimis a floating tag; an always-rebuild compose pulls whatever is current, including a re-pushed/backdoored image.Suggested fix
Pin
python:3.12-slim@sha256:<digest>and bump deliberately for CVEs.Filed by automated code review.