Skip to content

Commit

Permalink
fix: backend-py/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 9, 2024
1 parent 1d14cc6 commit 0ae2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install poetry==1.6.1 && \
poetry install --no-root -vvv --without dev --sync

# Deploy
FROM python:slim-bullseye AS deploy
FROM python:3.13.0a2-slim AS deploy

# Output to stdout/stderr, don't create .pyc files, etc.
ENV PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 0ae2a15

Please sign in to comment.