diff --git a/Dockerfile b/Dockerfile index 14187e5c1..29102848e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/python:latest-dev@sha256:51274932070a8fb2fd984e708986da133e52996de20a36a7a30e77986aade140 AS build +FROM cgr.dev/chainguard/python:latest-dev@sha256:8af5085c793a9b501253117ccceabff2340400f3ef92fb0e09df690dd1e961a4 AS build # Root for the build stage only; the runtime image keeps its nonroot user. USER root @@ -12,7 +12,7 @@ RUN python -m venv --without-pip venv && \ python -m pip --python venv/bin/python install -r requirements.txt --require-hashes --no-cache-dir # Runtime image has no shell or pip; it must match the build image's Python version. -FROM cgr.dev/chainguard/python:latest@sha256:5a673ff2d9917725286c8ca258977b476638f74f1556290cb316ec037ee6e199 +FROM cgr.dev/chainguard/python:latest@sha256:1206ffee8644e6338b3fc8b6e5dc384b03d91ad1df1d6b74fa4255544ac51ad2 COPY --from=build /app/venv /app/venv