Skip to content

Commit

Permalink
fix: docker/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 17, 2025
1 parent d7f231f commit 1fd5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm install npm@latest --location=global \
&& PUBLIC_URL=/static/reactapp/ npm run build

# Stage 2: Backend
FROM python:3.11.7 AS backend-build
FROM python:3.14.0a4 AS backend-build

ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE threat_matrix.settings
Expand Down

0 comments on commit 1fd5720

Please sign in to comment.