chore(deps): update nginx docker tag to v1.25.3

This commit is contained in:
renovate[bot]
2023-10-25 01:32:34 +00:00
committed by Alexis Couvreur
parent a2f0bf5b0b
commit 3f1ed9513c
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.9'
services:
proxy:
image: nginx:1.25.2
image: nginx:1.25.3
ports:
- 8080:80
volumes:
@@ -26,7 +26,7 @@ services:
image: containous/whoami:v1.5.0
nginx:
image: nginx:1.25.2
image: nginx:1.25.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s