14 Commits

Author SHA1 Message Date
renovate_bot 20afc8bcee Merge pull request 'Update ollama/ollama Docker tag to v0.30.8' (#481) from renovate/ollama-ollama-0.x into main 2026-06-13 02:02:41 +02:00
renovate_bot 15cf72454f Merge pull request 'Update ghost Docker tag to v6.45.0' (#482) from renovate/ghost-6.x into main 2026-06-13 02:02:41 +02:00
renovate_bot b9854c5a73 Update ghost Docker tag to v6.45.0 2026-06-13 00:02:38 +00:00
renovate_bot bc65621b6a Merge pull request 'Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.6.3' (#480) from renovate/ghcr.io-home-assistant-home-assistant-2026.x into main 2026-06-13 02:02:37 +02:00
renovate_bot 0f74364e3c Update ollama/ollama Docker tag to v0.30.8 2026-06-13 00:02:36 +00:00
renovate_bot bfa6cb622a Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.6.3 2026-06-13 00:02:34 +00:00
renovate_bot 392a5894d9 Merge pull request 'Update lscr.io/linuxserver/prowlarr Docker tag to v2.4.0' (#479) from renovate/lscr.io-linuxserver-prowlarr-2.x into main 2026-06-11 02:03:05 +02:00
renovate_bot 4f773787fa Update lscr.io/linuxserver/prowlarr Docker tag to v2.4.0 2026-06-11 00:03:03 +00:00
renovate_bot 45e202a65b Merge pull request 'Update alpine Docker tag to v3.24' (#477) from renovate/alpine-3.x into main 2026-06-10 02:03:21 +02:00
renovate_bot 2a4900135e Merge pull request 'Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.6.2' (#476) from renovate/ghcr.io-home-assistant-home-assistant-2026.x into main 2026-06-10 02:03:17 +02:00
renovate_bot 22e88c0567 Update alpine Docker tag to v3.24 2026-06-10 00:03:16 +00:00
renovate_bot 2b8f6898cd Merge pull request 'Update ghcr.io/gethomepage/homepage Docker tag to v1.13.2' (#475) from renovate/ghcr.io-gethomepage-homepage-1.x into main 2026-06-10 02:03:14 +02:00
renovate_bot 8ca161d3e3 Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.6.2 2026-06-10 00:03:12 +00:00
renovate_bot 8a6733cf00 Update ghcr.io/gethomepage/homepage Docker tag to v1.13.2 2026-06-10 00:03:11 +00:00
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/gethomepage/homepage:v1.13.1
image: ghcr.io/gethomepage/homepage:v1.13.2
container_name: homepage
ports:
- 3030:3000
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/prowlarr:2.3.5
image: lscr.io/linuxserver/prowlarr:2.4.0
container_name: prowlarr
ports:
- 2004:9696
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.44.1-alpine
image: ghost:6.45.0-alpine
container_name: ghost
ports:
- 4016:2368
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/home-assistant/home-assistant:2026.6.1
image: ghcr.io/home-assistant/home-assistant:2026.6.3
container_name: home-assistant
networks:
- ip4net
+2 -2
View File
@@ -2,8 +2,8 @@
FROM n8nio/n8n:2.25.6
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
COPY --from=alpine:3.23 /usr/lib/libapk.so* /usr/lib/
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
COPY --from=alpine:3.24 /usr/lib/libapk.so* /usr/lib/
# Switch to root to install dependencies
USER root
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ollama/ollama:0.30.7
image: ollama/ollama:0.30.8
container_name: ollama
ports:
- 4019:11434