This repository was archived by the owner on Apr 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM cgr.dev/chainguard/python:latest-dev@sha256:12f318dd067c0633a4509a92167e30d70e5d42e2164b0b01c11ab89acb6c611d AS builder
1+ FROM cgr.dev/chainguard/python:latest-dev@sha256:ec56375a3722c298dea9114e40d824e3edb0c764364dbc7408fe7bba7288e520 AS builder
22
33COPY . /app
44
@@ -9,7 +9,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
99RUN wget -q -O - https://install.python-poetry.org | python -
1010RUN poetry install --no-root;
1111
12- FROM cgr.dev/chainguard/python:latest@sha256:207bc5de92a7c45e5e4bc1fc40936f6b56f7aa34238d7ae3b93456914ccc3d69
12+ FROM cgr.dev/chainguard/python:latest@sha256:bf7ee653965b385aae959163a7c799338a9de7385d60e9879bc7fac099d71c47
1313USER nonroot
1414ENV DB_HOST localhost
1515ENV DB_NAME postgres
You can’t perform that action at this time.
0 commit comments