From 1fa69c334b3e4837537b99b73adb15f7b65dae2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= Date: Sun, 6 Jun 2021 22:53:24 +0200 Subject: [PATCH] Merging develop --- Crawler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crawler/Dockerfile b/Crawler/Dockerfile index b2d03d2..00da0cc 100644 --- a/Crawler/Dockerfile +++ b/Crawler/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:latest +FROM python:3.9.5-buster # Create directories and copy files RUN echo 'Creating directory and copying files'