From 967fd01ef8978b1d33f02155f0a50ca932ec6cbe Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:41:52 -0500 Subject: [PATCH] Lock it to a version as the latest branch is broken for arm builds --- stack/vikunja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/vikunja.yml b/stack/vikunja.yml index 7246c2c..c074d13 100644 --- a/stack/vikunja.yml +++ b/stack/vikunja.yml @@ -39,7 +39,7 @@ services: frontend: container_name: frontend hostname: frontend - image: vikunja/frontend:latest + image: vikunja/frontend:0.20 networks: - network restart: unless-stopped