Skip to content

Commit

Permalink
Update all dependencies (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 2d29f91 commit 730bf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/python:latest-dev@sha256:bb89655cc842562f993ab988902d70435e72b66c79e759e0443e2ad2cc4af3ed AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:0b19b019efef129472c45582ca33a564105f80daa5a66ea89134b2a50e1688e8 AS builder

#force build

Expand All @@ -7,7 +7,7 @@ COPY . /app
WORKDIR /app
RUN python -m pip install --no-cache-dir -r requirements.txt --require-hashes --no-warn-script-location;

FROM cgr.dev/chainguard/python:latest@sha256:b8ae05271a3ac82634033e938cac688a92952119197056865ffb76e8edf1c008
FROM cgr.dev/chainguard/python:latest@sha256:47d0a74e92d3bd87438a4ad18a76f9a5e59dc2d040ffcfa544b780e1caa72561
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down

0 comments on commit 730bf67

Please sign in to comment.