From 73ab7c65bf455a27799c39a2f3156863a2a4bccc Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 3 Aug 2019 19:50:05 +0000 Subject: [PATCH] use alpine:3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85ea2d5..b2fe61b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.10 MAINTAINER Andrey Arapov RUN apk update && \