docker: move to buster to get a newer Python

This commit is contained in:
Christoph Reiter
2019-05-26 17:37:46 +02:00
parent a41441ee28
commit e60aea880e

View File

@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:buster-slim
RUN apt-get update && apt-get install -y \
python3-requests \