From d5abb9b5a862f5c90ef9ccb1430ad756c593a435 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Wed, 29 Apr 2020 02:28:08 +0500 Subject: [PATCH] Bump Python version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19ac560..76317f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.8-alpine LABEL maintainer "Timur Demin " WORKDIR /app ENV UWSGI_PORT 8080