File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
config/ansible/roles/ferrarimarco_home_lab_node/files/config
dependency-updates-helper Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM ngosang/restic-exporter:1.7.0 AS restic-exporter
99FROM ghcr.io/blakeblackshear/frigate:0.16.1 AS frigate
1010
1111# home-assistant
12- FROM ghcr.io/home-assistant/home-assistant:2025.9.4 AS home-assistant
12+ FROM ghcr.io/home-assistant/home-assistant:2025.10.0 AS home-assistant
1313
1414# media-stack
1515FROM jellyfin/jellyfin:10.10.7.20250405-191553 AS jellyfin
@@ -37,7 +37,7 @@ FROM eclipse-mosquitto:2.0.22-openssl AS mosquitto
3737# network-stack
3838FROM klutchell/unbound:1.24.0 AS unbound
3939FROM coredns/coredns:1.12.4 AS coredns
40- FROM traefik:3.5.2 AS traefik
40+ FROM traefik:3.5.3 AS traefik
4141
4242# syncthing
4343FROM syncthing/syncthing:2.0.10 AS syncthing
@@ -46,4 +46,4 @@ FROM syncthing/syncthing:2.0.10 AS syncthing
4646FROM linuxserver/qbittorrent:5.1.2 AS qbittorrent
4747
4848# zigbee2mqtt
49- FROM koenkk/zigbee2mqtt:2.6.1 AS zigbee2mqtt
49+ FROM koenkk/zigbee2mqtt:2.6.2 AS zigbee2mqtt
Original file line number Diff line number Diff line change 1- FROM ghcr.io/restic/restic:0.18.0 @sha256:c34f8216c1536fc6a1677d088b195b9353e0f1615c842407efefb84ed761c435
1+ FROM ghcr.io/restic/restic:0.18.1 @sha256:c1958a2a1c8614f5c317347c2aaddd9f426076f0521430b55509eba43d7516ee
22
33COPY ./entrypoint.sh /bin/entrypoint.sh
44
You can’t perform that action at this time.
0 commit comments