Update Dockerfile

This commit is contained in:
Matthias
2020-12-08 08:43:22 +01:00
committed by GitHub
parent dd42d61d03
commit 9725b8e17c

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 \