From 5f6157d571c1bb9b920dcd702002f5a8be2910a2 Mon Sep 17 00:00:00 2001 From: Toby Corbin Date: Wed, 6 Nov 2019 11:37:40 +0000 Subject: [PATCH] Update level of python to fix security concerns Description: Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by various security issues --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35711ac..a964d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.7.3-alpine ADD . /code WORKDIR /code RUN chmod 644 /code/app.py