From ae23643d10ddc58eae8d100d87c46051c91c1a3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Aug 2025 21:02:04 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.29.0 | 1.29.1 | --- tasks/invoiceninja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/invoiceninja.yml b/tasks/invoiceninja.yml index 877c583..bc2c63c 100644 --- a/tasks/invoiceninja.yml +++ b/tasks/invoiceninja.yml @@ -73,7 +73,7 @@ - name: Create the invoiceninja-nginx container docker_container: name: invoiceninja-nginx - image: nginx:1.29.0 + image: nginx:1.29.1 env_file: "{{ data_folder }}/invoiceninja/stack.env" restart_policy: unless-stopped recreate: true