Compare commits

..

2 Commits

Author SHA1 Message Date
670d830e03 Calibre: update to 0.6.26
Some checks failed
Linting / YAML Lint (push) Successful in 10s
Linting / Ansible Lint (push) Failing after 32s
2026-02-07 10:29:13 +03:00
b47826feb4 Memos: canary version with bug fixes 2026-02-07 10:28:43 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services: services:
calibre_web_app: calibre_web_app:
image: lscr.io/linuxserver/calibre-web:0.6.25 image: lscr.io/linuxserver/calibre-web:0.6.26
container_name: calibre_web_app container_name: calibre_web_app
restart: unless-stopped restart: unless-stopped
networks: networks:

View File

@@ -3,7 +3,7 @@
services: services:
memos_app: memos_app:
image: neosmemo/memos:0.26.0 image: neosmemo/memos:canary@sha256:e2eb0c745e06385af0190b568f4368cac8d79f172486ac8d89a4545f8c170b32
container_name: memos_app container_name: memos_app
restart: unless-stopped restart: unless-stopped
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}" user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"