Skip to content

Commit

Permalink
fix: backend/tasks/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 24, 2024
1 parent f9e9437 commit ea0a310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tasks/Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Usar a imagem base do Python
FROM python:3.12-slim-bookworm
FROM python:3.13.0b4-slim


ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit ea0a310

Please sign in to comment.