From e4ef2add909b6fcc9f90ec28b25690d679cd3a4d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Jun 2021 18:44:43 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 424e179..1635d0f 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.6.8 +3.9.6 diff --git a/Dockerfile b/Dockerfile index 90acf00..f46bc11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.10-slim-stretch +FROM python:3.7.11-slim-stretch COPY requirements.txt requirements.txt RUN pip install -r requirements.txt