chore(deps): update nginx docker tag to v1.28.0
All checks were successful
Deploy / Prepare Build (push) Successful in 46s

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | nginx   | 1.27.5 | 1.28.0 |
This commit is contained in:
Renovate Bot 2025-04-23 21:01:31 +00:00
parent 8e47f24141
commit 93cb6db021

View File

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