We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b6c526 + c39239b commit e1cb998Copy full SHA for e1cb998
sample_python_project/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-slim as requirements
+FROM python:3.8.2-slim as requirements
2
3
COPY requirements.txt /app/requirements.txt
4
@@ -23,7 +23,7 @@ RUN mkdir /reports
23
RUN pytest --junit-xml=/reports/unit.xml
24
25
26
-FROM python:3.7-slim as production
+FROM python:3.8.2-slim as production
27
28
RUN useradd --create-home appuser
29
0 commit comments