From 2450a70ca865a6d95037fdc939f53550062d358e Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 21 Feb 2019 15:30:40 +0100 Subject: [PATCH] Update Alpine This updates to the newest stable version (Alpine 3.9) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2646b85..329bb4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine3.8 +FROM python:3.6-alpine3.9 RUN apk add --no-cache \ bash \