Skip to content

Commit

Permalink
fix: backend/Dockerfile.quart_api to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 9, 2024
1 parent f1cf7f0 commit 8c7fe49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile.quart_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.0b1-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.0b1-slim as final


COPY --chown=nobody:nogroup --from=builder /venv /venv
Expand Down

0 comments on commit 8c7fe49

Please sign in to comment.