Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent e28bf37 commit 64725b2
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:549a9e31a14339d7d35571e10ed6b72b82eacd6282a83fdaada620d9b57d0476 AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:a8d76ddeca2488dbbe26fed1d8be5813783372b93558c642f7ae39f8a8d0bf32 AS builder

ENV PATH=$PATH:/home/nonroot/.local/bin

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

FROM cgr.dev/chainguard/python:latest@sha256:8f69b7d33a65d7b3833797301e0f94f95b0dc16662c3e22d7d1db9c8ebbf9c8d
FROM cgr.dev/chainguard/python:latest@sha256:a0ebbd2710712d947f80bd508d63d7a15da99b988c4a60ac1b7c015c51f511c4
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down

0 comments on commit 64725b2

Please sign in to comment.