Skip to content

Commit

Permalink
fix: Dockerfile.python.drf_ms_pg to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 8, 2021
1 parent 1087090 commit c27d008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.python.drf_ms_pg
@@ -1,4 +1,4 @@
FROM python:3.8.3-alpine
FROM python:3.9.2-alpine

# PYTHONDONTWRITEBYTECODE: Prevents Python from writing pyc files to disc (equivalent to python -B option)
# PYTHONUNBUFFERED: Prevents Python from buffering stdout and stderr (equivalent to python -u option)
Expand Down

0 comments on commit c27d008

Please sign in to comment.