Skip to content

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Oct 25, 2023
1 parent 204cf7d commit 2de45e2
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 163 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM cgr.dev/chainguard/python:latest-dev@sha256:502e72496fc093754810dbb6221dc50
COPY . /app

WORKDIR /app
RUN python -m pip install --no-cache-dir -r requirements.txt --require-hashes --no-warn-script-location;
RUN python -m pip install --no-cache-dir -r requirements.txt --require-hashes --no-warn-script-location;

FROM cgr.dev/chainguard/python:latest@sha256:19ed249c83e1d3daea1629784d2b680dd2b5b490b8ae97d7b5cde19ab1a50aaf
USER nonroot
Expand Down
Loading

0 comments on commit 2de45e2

Please sign in to comment.