From 21d032ae0f895b29cee08761ac9660c17b0ae01f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Oct 2024 02:00:47 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.2 --- tasks/invoiceninja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/invoiceninja.yml b/tasks/invoiceninja.yml index 95a723c..22f79fc 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.1 + image: nginx:1.27.2 env_file: "{{ data_folder }}/invoiceninja/stack.env" restart_policy: unless-stopped recreate: true -- 2.45.2