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 \