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 Apr 4, 2021
1 parent 1087090 commit 9e067f9
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-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 9e067f9

Please sign in to comment.