From ab72ba10c2ff60ac2fde75025d06dd3156488754 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 14 Sep 2018 09:10:51 +0200 Subject: [PATCH] Update Alpine This updates to the newest stable version (Alpine 3.8) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd31ad3..2646b85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine3.7 +FROM python:3.6-alpine3.8 RUN apk add --no-cache \ bash \