Skip to content

Commit c39239b

Browse files
Bump python from 3.7-slim to 3.8.2-slim in /sample_python_project
Bumps python from 3.7-slim to 3.8.2-slim. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f03cc01 commit c39239b

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)