Skip to content

Commit e1cb998

Browse files
authored
Merge pull request #13 from edumco/dependabot/docker/sample_python_project/python-3.8.2-slim
Bump python from 3.7-slim to 3.8.2-slim in /sample_python_project
2 parents 7b6c526 + c39239b commit e1cb998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample_python_project/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-slim as requirements
1+
FROM python:3.8.2-slim as requirements
22

33
COPY requirements.txt /app/requirements.txt
44

@@ -23,7 +23,7 @@ RUN mkdir /reports
2323
RUN pytest --junit-xml=/reports/unit.xml
2424

2525

26-
FROM python:3.7-slim as production
26+
FROM python:3.8.2-slim as production
2727

2828
RUN useradd --create-home appuser
2929

0 commit comments

Comments
 (0)