Skip to content

Commit

Permalink
update docker tags
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed Aug 17, 2023
1 parent 4e65a42 commit 8d56ee8
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 193 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM cgr.dev/chainguard/python:3.11.4-dev@sha256:d7e843a54d480a6941c2d560c7408f93fb726ffdfdf7454d43b8907a35df292f AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:d7e843a54d480a6941c2d560c7408f93fb726ffdfdf7454d43b8907a35df292f AS builder

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:3.11.4@sha256:6e512c60467cb53572112d8b5f1200d93cc7f883db01e57836fd93754f6bb4e8
FROM cgr.dev/chainguard/python:latest@sha256:6e512c60467cb53572112d8b5f1200d93cc7f883db01e57836fd93754f6bb4e8
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi==0.101.1
psycopg2_binary==2.9.7
pydantic==2.1.1
pydantic==2.2.0
SQLAlchemy==2.0.20
uvicorn==0.23.2
requests==2.31.0
Expand Down
Loading

0 comments on commit 8d56ee8

Please sign in to comment.