mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-31 18:17:20 +01:00
chore(deps): update nginx docker tag to v1.27.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user