Compare commits
7 Commits
43aefd18a0
...
149a933797
| Author | SHA1 | Date | |
|---|---|---|---|
| 149a933797 | |||
| 45e202a65b | |||
| 2a4900135e | |||
| 22e88c0567 | |||
| 2b8f6898cd | |||
| 8ca161d3e3 | |||
| 8a6733cf00 |
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
# extends:
|
||||
# file: ${TEMPLATES_PATH}
|
||||
# service: default
|
||||
image: louislam/uptime-kuma:2.3.2
|
||||
image: louislam/uptime-kuma:2.4.0
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
|
||||
@@ -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.2
|
||||
container_name: home-assistant
|
||||
networks:
|
||||
- ip4net
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user