Skip to content

Commit

Permalink
chore(deps): update qmcgaw/ddns-updater docker tag to v2.9.0 (#6115)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent b2b02e4 commit 77f72d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/ddns-updater/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"port": 8356,
"categories": ["utilities"],
"description": "Container to update DNS records periodically with WebUI for many DNS providers,",
"tipi_version": 6,
"version": "2.8.2",
"tipi_version": 7,
"version": "2.9.0",
"source": "https://github.com/qdm12/ddns-updater",
"exposable": true,
"supported_architectures": ["arm64", "amd64"],
"form_fields": [],
"created_at": 1724190921000,
"updated_at": 1732251681000
"updated_at": 1735049086000
}
2 changes: 1 addition & 1 deletion apps/ddns-updater/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
ddns-updater:
container_name: ddns-updater
image: qmcgaw/ddns-updater:v2.8.2
image: qmcgaw/ddns-updater:v2.9.0
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/config:/updater/data
Expand Down

0 comments on commit 77f72d6

Please sign in to comment.