From 3556b112a32832c000d66d3d1d7b8cddd8903c86 Mon Sep 17 00:00:00 2001 From: Grambulf <1233515+ramshazar@users.noreply.github.com> Date: Sat, 1 Sep 2018 16:07:29 +0200 Subject: [PATCH] Update base image There is a newer version of the base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5884298..0b0e5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7.15-alpine3.7 +FROM python:2.7.15-alpine3.8 RUN apk add --update \ linux-headers \