chore(deps): update nginx docker tag to v1.27.4
All checks were successful
Deploy / Prepare Build (push) Successful in 1m25s

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | nginx   | 1.27.3 | 1.27.4 |
This commit is contained in:
Renovate Bot 2025-02-06 01:02:04 +00:00
parent 14e4b8f371
commit e7f62678a4

View File

@ -73,7 +73,7 @@
- name: Create the invoiceninja-nginx container
docker_container:
name: invoiceninja-nginx
image: nginx:1.27.3
image: nginx:1.27.4
env_file: "{{ data_folder }}/invoiceninja/stack.env"
restart_policy: unless-stopped
recreate: true