From 96153fa557ab1a78ed39d9e7d102af10a38e8f92 Mon Sep 17 00:00:00 2001 From: alexz Date: Thu, 15 Jan 2026 21:07:43 +0000 Subject: [PATCH] Fix cfddns to use latest tag Co-Authored-By: Claude Opus 4.5 --- apps/cfddns/config.json | 2 +- apps/cfddns/docker-compose.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cfddns/config.json b/apps/cfddns/config.json index 1982371..f235322 100644 --- a/apps/cfddns/config.json +++ b/apps/cfddns/config.json @@ -7,7 +7,7 @@ "dynamic_config": true, "no_gui": true, "tipi_version": 7, - "version": "1.17.0", + "version": "latest", "categories": [ "network", "utilities" diff --git a/apps/cfddns/docker-compose.json b/apps/cfddns/docker-compose.json index 609488b..1837779 100644 --- a/apps/cfddns/docker-compose.json +++ b/apps/cfddns/docker-compose.json @@ -4,7 +4,7 @@ "services": [ { "name": "cfddns", - "image": "favonia/cloudflare-ddns:1.17.0", + "image": "favonia/cloudflare-ddns:latest", "isMain": true, "environment": [ {