12 Commits

Author SHA1 Message Date
74f2f02d16 Merge pull request 'Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.2' (#186) from renovate/ghcr.io-kiwix-kiwix-serve-3.x into main
Reviewed-on: #186
2026-03-14 13:49:18 +01:00
63a6d309e9 Merge pull request 'Update ghost Docker tag to v6.22.0' (#192) from renovate/ghost-6.x into main
Reviewed-on: #192
2026-03-14 13:49:10 +01:00
48904ecd0c Merge pull request 'Update n8nio/n8n Docker tag to v2.12.2' (#187) from renovate/n8nio-n8n-2.x into main
Reviewed-on: #187
2026-03-14 13:48:59 +01:00
ce873768eb Merge pull request 'Update lscr.io/linuxserver/calibre Docker tag to v9.5.0' (#212) from renovate/lscr.io-linuxserver-calibre-9.x into main 2026-03-14 01:02:59 +01:00
6ec45491a0 Update n8nio/n8n Docker tag to v2.12.2 2026-03-14 00:02:59 +00:00
4e75045d7a Update lscr.io/linuxserver/calibre Docker tag to v9.5.0 2026-03-14 00:02:57 +00:00
f71d3a8591 Merge pull request 'Update databasus/databasus Docker tag to v3.20.0' (#211) from renovate/databasus-databasus-3.x into main 2026-03-14 01:02:56 +01:00
c4b815ba58 Update ghost Docker tag to v6.22.0 2026-03-14 00:02:55 +00:00
d715132330 Update databasus/databasus Docker tag to v3.20.0 2026-03-14 00:02:53 +00:00
b557a67686 Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.2 2026-03-14 00:02:51 +00:00
fb1b676387 Merge pull request 'Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.33.0' (#210) from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main 2026-03-13 01:02:52 +01:00
2edf56aec6 Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.33.0 2026-03-13 00:02:49 +00:00
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: databasus/databasus:v3.19.2 image: databasus/databasus:v3.20.0
container_name: databasus container_name: databasus
ports: ports:
- 8086:4005 - 8086:4005

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghcr.io/advplyr/audiobookshelf:2.32.1 image: ghcr.io/advplyr/audiobookshelf:2.33.0
container_name: audiobookshelf container_name: audiobookshelf
ports: ports:
- 13378:80 - 13378:80

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: lscr.io/linuxserver/calibre:9.4.0 image: lscr.io/linuxserver/calibre:9.5.0
container_name: calibre container_name: calibre
environment: environment:
- PASSWORD= #optional - PASSWORD= #optional

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghcr.io/kiwix/kiwix-serve:3.8.1 image: ghcr.io/kiwix/kiwix-serve:3.8.2
container_name: kiwix container_name: kiwix
ports: ports:
- 2009:8080 - 2009:8080

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghost:6.20.0-alpine image: ghost:6.22.0-alpine
container_name: ghost container_name: ghost
ports: ports:
- 4016:2368 - 4016:2368

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image # Start with the official n8n image
FROM n8nio/n8n:2.12.1 FROM n8nio/n8n:2.12.2
# Copy apk and its deps from Alpine 3.23 # Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk COPY --from=alpine:3.23 /sbin/apk /sbin/apk