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

This commit is contained in:
renovate[bot]
2024-10-03 06:21:22 +00:00
committed by GitHub
parent a570c51fee
commit e500755544
6 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ services:
- sablier.group=E2E
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -2,7 +2,7 @@ version: '3.9'
services:
proxy:
image: nginx:1.27.1
image: nginx:1.27.2
ports:
- 8080:80
volumes:
@@ -32,7 +32,7 @@ services:
- sablier.group=E2E
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -28,7 +28,7 @@ services:
- sablier.group=E2E
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -27,7 +27,7 @@ services:
- sablier.group=E2E
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -28,7 +28,7 @@ services:
- sablier.group=E2E
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s

View File

@@ -40,7 +40,7 @@ services:
# - traefik.http.routers.whoami.middlewares=ondemand
nginx:
image: nginx:1.27.1
image: nginx:1.27.2
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s