Update Dockerfile

This commit is contained in:
Matthias 2020-12-08 08:43:22 +01:00 committed by GitHub
parent dd42d61d03
commit 9725b8e17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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