diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 95ba669..bd641c6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -40,7 +40,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/python@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7.9.0 + uses: oxsecurity/megalinter/flavors/python@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 env: # All available variables are described in documentation # https://megalinter.io/configuration/ diff --git a/Dockerfile b/Dockerfile index 1933e4d..a6e62be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM cgr.dev/chainguard/python:latest-dev@sha256:352705eb5ceda0b78a857c76f533a0b285c8273600c44862929d46fb0222c042 AS builder +FROM cgr.dev/chainguard/python:latest-dev@sha256:202e5d108c3a4aa7ae67171e1d52a03fe8e8cc14264c97cd424c87695d494a86 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:05c8eec91c19d8f1ba0c552b2844bb0413b3a467acf7adc93d2adc2e7a902d0f +FROM cgr.dev/chainguard/python:latest@sha256:46b76efa3162bd30a0caad8f3dc43719610da23cf49fb3ccf11aad634b4b7a47 USER nonroot ENV DB_HOST localhost ENV DB_NAME postgres diff --git a/requirements.in b/requirements.in index 909611e..03ed93f 100644 --- a/requirements.in +++ b/requirements.in @@ -2,6 +2,6 @@ fastapi==0.110.0 psycopg2_binary==2.9.9 pydantic==2.6.3 SQLAlchemy==2.0.28 -uvicorn==0.27.1 +uvicorn==0.28.0 requests==2.31.0 certifi==2024.2.2