From d21cc6cc404482149591f710fb8f946f9fcc5250 Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 3 May 2020 20:17:27 +0200 Subject: [PATCH] switch from :alpine to :latest with :alpine some of our dependencies didn't build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b536a9d..d4ca033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:alpine +FROM docker.io/python:latest ENV HOMESERVER_URL=https://matrix.org \ HOMESERVER_NAME=matrix.org \