Bump python from 3.8.6-slim-buster to 3.9.0-slim-buster

Bumps python from 3.8.6-slim-buster to 3.9.0-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-07 05:49:32 +00:00 committed by Matthias
parent 9621734adc
commit 181d3a3808
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8.6-slim-buster
FROM python:3.9.0-slim-buster
RUN apt-get update \
&& apt-get -y install curl build-essential libssl-dev sqlite3 \