From 7c18b1d39152e2b50cdcfd3d4bd328ba2317685a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Feb 2020 13:43:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Docker:=20Use=20ocrd/core:master?= =?UTF-8?q?=20instead=20of=20outdated=20:edge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07bc945..93bf1e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ocrd/core:edge +FROM ocrd/core MAINTAINER OCR-D ENV DEBIAN_FRONTEND noninteractive ENV PYTHONIOENCODING utf8