Merging develop

This commit is contained in:
Patrick Müller 2021-06-06 22:53:24 +02:00
parent e760247866
commit 1fa69c334b
1 changed files with 1 additions and 1 deletions

View File

@ -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'