From 5f63f40a63593fc5bb99f2e62cd3c70e5839deac Mon Sep 17 00:00:00 2001 From: Willian Antunes Date: Sun, 7 Apr 2019 11:04:34 -0300 Subject: [PATCH] New Python version: 3.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8764578..8921a71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.2-slim-stretch +FROM python:3.7.3-slim-stretch WORKDIR /app