Browse Source

Lock it to a version as the latest branch is broken for arm builds

Robert Middleswarth 2 years ago
parent
commit
967fd01ef8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stack/vikunja.yml

+ 1 - 1
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