Skip to content

Commit d8548b8

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

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:0bd4eff2db40ace62f50131d882d88057a41c998a0e215e42ff85fb6def4121d AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:8e2c91dee7ffa1ed7210cc113ac6ea2008c85e325991db25f534c0b58fd3872f AS builder
22

33
COPY . /app
44

@@ -10,7 +10,7 @@ RUN wget -q -O - https://install.python-poetry.org | python -
1010
RUN poetry install --no-root;
1111

1212

13-
FROM cgr.dev/chainguard/python:latest@sha256:df0b981e02f6f8f56dd5fca37439255e0ba3855dd613314fb0c6b6db464293fa
13+
FROM cgr.dev/chainguard/python:latest@sha256:66a97fc45cfec264f1a42ec378af8f168667eb47e501dc2c2b5883f920a5827c
1414
USER nonroot
1515
ENV DB_HOST=localhost
1616
ENV DB_NAME=postgres

0 commit comments

Comments
 (0)