chore(ci): pin python base images to sha (#11367)

Similar to how we pin base `debian` images, also pin `python` base
images, so we better cache them and have reproducible builds.
This commit is contained in:
Fedor Dikarev
2025-03-27 18:42:28 +01:00
committed by GitHub
parent 1d5d168626
commit 939354abea
9 changed files with 22 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
FROM python:3.12
# use base image python:3.12
FROM python:3.12@sha256:4e7024df2f2099e87d0a41893c299230d2a974c3474e681b0996f141951f9817
WORKDIR /source
COPY . .