From 195cdd2d38fd093ea022ced6251c758970f2ebcd Mon Sep 17 00:00:00 2001 From: Edward Marshall Date: Tue, 11 Oct 2016 18:53:22 +0100 Subject: [PATCH] Upgraded base image versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c872ba..595e095 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5-alpine +FROM python:3.6-alpine RUN pip install prometheus_client requests