From bc8f88a0474f1a4e11b5bec1050956588afcb716 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Sun, 2 May 2021 12:36:58 +0200 Subject: [PATCH] Dockerfile: Update python version and deprecated maintainer --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 92d4656..8ec5f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.5 -MAINTAINER Tinpee +FROM python:3.9 +LABEL maintainer="Tinpee " ADD . /src WORKDIR /src @@ -14,5 +14,3 @@ VOLUME /src/db EXPOSE 8000 CMD ["/entrypoint.sh"] - -