From fb314a6363245b2d65241bce91a1992bbcc85672 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 23 Jul 2020 09:27:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6630547af5..ab95b0149b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ The following sections list the changes for unreleased. ## Summary + * Fix #22: Build docker images with alpine:latest instead of alpine:edge * Chg #20: Change status not found on missing thumbnail ## Details + * Bugfix #22: Build docker images with alpine:latest instead of alpine:edge + + ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead. + + https://github.com/owncloud/ocis-webdav/pull/22 + * Change #20: Change status not found on missing thumbnail The service returned a bad request when no thumbnail was generated. It is now changed to not