mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 20:12: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 openjdk:22
|
||||
# use base image openjdk:22
|
||||
FROM openjdk:22@sha256:b7d44427f4622d3f6b9a60583e5218ecfa8b4e44f3e01dfd0d9b7d7abba31c9a
|
||||
WORKDIR /source
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user