Skip to content

Commit

Permalink
fix: backend/Dockerfile.fastapi_api to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 21, 2024
1 parent f1cf7f0 commit 9969a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile.fastapi_api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim as builder
FROM python:3.13.0b3-slim as builder

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand All @@ -23,7 +23,7 @@ RUN POETRY_VIRTUALENVS_CREATE=false poetry install --no-dev



FROM python:3.8-slim as final
FROM python:3.13.0b3-slim as final

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y --no-install-recommends libpq-dev
Expand Down

0 comments on commit 9969a73

Please sign in to comment.