From e60aea880ea9566d9a2a5d4bcb1fdc2a5de78534 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 26 May 2019 17:37:46 +0200 Subject: [PATCH] docker: move to buster to get a newer Python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 307649e..8b4175a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:buster-slim RUN apt-get update && apt-get install -y \ python3-requests \