From 76e1e2f1a058a2ecb817adb0f37ea3ba54281199 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Tue, 29 Jun 2021 16:10:25 -0300 Subject: [PATCH] Use alpine 3.13 to cirvumvent alpine issue #156 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aaae1ab..901c20b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM library/alpine:3.14 +FROM library/alpine:3.13 # Credit: @frol for python3 - https://github.com/frol/docker-alpine-python3/blob/master/Dockerfile