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.
1 parent f03cc01 commit c39239bCopy full SHA for c39239b
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