Skip to content

Commit f2d486f

Browse files
chore(deps): update all dependencies (#522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37d1f7b commit f2d486f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
COPY . /app
44

@@ -9,7 +9,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
99
RUN wget -q -O - https://install.python-poetry.org | python -
1010
RUN poetry install --no-root;
1111

12-
FROM cgr.dev/chainguard/python:latest@sha256:afff737e54552bb2da99773de75cb783f6c8c3285009581592f5b9e6bc4ab1c8
12+
FROM cgr.dev/chainguard/python:latest@sha256:aff11fb801109cee35db8f90412c78d6a242f4f105234764d33238553cc5d870
1313
USER nonroot
1414
ENV DB_HOST localhost
1515
ENV DB_NAME postgres

0 commit comments

Comments
 (0)