mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
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:
@@ -1,4 +1,5 @@
|
||||
FROM python:3.12
|
||||
# use base image python:3.12
|
||||
FROM python:3.12@sha256:4e7024df2f2099e87d0a41893c299230d2a974c3474e681b0996f141951f9817
|
||||
WORKDIR /source
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user