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

This commit is contained in:
renovate[bot]
2024-06-28 18:02:45 +00:00
committed by Alexis Couvreur
parent 83d383e600
commit c9db7d91fc
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ services:
image: containous/whoami:v1.5.0
nginx:
image: nginx:1.26.0
image: nginx:1.27.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -21,7 +21,7 @@ services:
image: containous/whoami:v1.5.0
nginx:
image: nginx:1.26.0
image: nginx:1.27.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s