From 37d6eb344f01e971bf7cf524579022fd5c8b80bc Mon Sep 17 00:00:00 2001 From: Gunnar Schaefer Date: Tue, 30 Jan 2018 11:48:49 -0800 Subject: [PATCH] Bump base image version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af3a19a31..39e4091f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7-alpine3.6 as build +FROM python:2.7-alpine3.7 as build RUN apk add --no-cache build-base curl @@ -10,7 +10,7 @@ RUN ./configure --prefix=/usr/local --modules=lib --state=/var/local/unit --pid= && make install -FROM python:2.7-alpine3.6 as dist +FROM python:2.7-alpine3.7 as dist RUN apk add --no-cache git