File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM cgr.dev/chainguard/python:latest-dev@sha256:9ae6d28d97fbcd7586ca8c5db77593081620f9f1cdf92834b3dea511417f06f0 AS builder
1+ FROM cgr.dev/chainguard/python:latest-dev@sha256:b766b72cc0d6ca2b80f19083ec13266c613d7013928887ac7551780545d90827 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:afff737e54552bb2da99773de75cb783f6c8c3285009581592f5b9e6bc4ab1c8
12+ FROM cgr.dev/chainguard/python:latest@sha256:aff11fb801109cee35db8f90412c78d6a242f4f105234764d33238553cc5d870
1313USER nonroot
1414ENV DB_HOST localhost
1515ENV DB_NAME postgres
You can’t perform that action at this time.
0 commit comments