From 135d29e06f2c5b118e3302d7cf86ac3170a5090f Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 5 Jul 2019 08:22:25 +0200 Subject: [PATCH] Update base image This updates the base image to Alpine 3.10 with Python 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1c86b1..f3191b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine3.9 +FROM python:3.7-alpine3.10 RUN apk add --no-cache \ bash \