From 5f85c3872c9a8e21c68979718616a01558554593 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Nov 2024 22:02:01 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.27.2 | 1.27.3 | --- tasks/invoiceninja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/invoiceninja.yml b/tasks/invoiceninja.yml index 22f79fc..bfc9b9c 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.27.2 + image: nginx:1.27.3 env_file: "{{ data_folder }}/invoiceninja/stack.env" restart_policy: unless-stopped recreate: true