From b2aaa42daa2e70ccead084204641bfd84f352425 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 8 Jun 2019 10:32:40 +0200 Subject: [PATCH] Update to latest python 2.7 base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88e6dc4..f0af204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7.14 +FROM python:2.7.16 LABEL maintainer="Joakim Olsson " LABEL description="Base image for running Robot Framework test suites in Docker. \