diff --git a/Dockerfile b/Dockerfile index eec0f37..fc36a7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM cgr.dev/chainguard/python:latest-dev@sha256:0f0edc7e39762dbb0d92fb1152621c3215c5d40f290aa09309031dddb5e6102f AS builder +FROM cgr.dev/chainguard/python:latest-dev@sha256:1926972c570b406c72b958cb1401f037c78b83d24421fda069eab03ce4654987 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:latest@sha256:3c4aa998b280d055537c15120335a9eba76b62f4525454518076b6861cfe788d +FROM cgr.dev/chainguard/python:latest@sha256:8fddee16558b827a5c77acfc4a52940aeec9ea889600cc92f642d6eee11fb7eb USER nonroot ENV DB_HOST localhost ENV DB_NAME postgres diff --git a/requirements.in b/requirements.in index 61a2c56..3253511 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -fastapi==0.109.2 +fastapi==0.110.0 psycopg2_binary==2.9.9 pydantic==2.6.2 SQLAlchemy==2.0.27