diff --git a/plugins/caddy/e2e/docker/docker-compose.yml b/plugins/caddy/e2e/docker/docker-compose.yml index 826af53..d510dde 100644 --- a/plugins/caddy/e2e/docker/docker-compose.yml +++ b/plugins/caddy/e2e/docker/docker-compose.yml @@ -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 diff --git a/plugins/nginx/e2e/docker/docker-compose.yml b/plugins/nginx/e2e/docker/docker-compose.yml index 3e8d24d..aa86426 100644 --- a/plugins/nginx/e2e/docker/docker-compose.yml +++ b/plugins/nginx/e2e/docker/docker-compose.yml @@ -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 diff --git a/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml b/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml index 70d50b8..749fdb9 100644 --- a/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml +++ b/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml @@ -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 diff --git a/plugins/proxywasm/e2e/envoy/docker/compose.yaml b/plugins/proxywasm/e2e/envoy/docker/compose.yaml index 7769af9..19b948f 100644 --- a/plugins/proxywasm/e2e/envoy/docker/compose.yaml +++ b/plugins/proxywasm/e2e/envoy/docker/compose.yaml @@ -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 diff --git a/plugins/proxywasm/e2e/nginx/docker/compose.yaml b/plugins/proxywasm/e2e/nginx/docker/compose.yaml index bf4d116..9fa643a 100644 --- a/plugins/proxywasm/e2e/nginx/docker/compose.yaml +++ b/plugins/proxywasm/e2e/nginx/docker/compose.yaml @@ -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 diff --git a/plugins/traefik/e2e/docker/docker-compose.yml b/plugins/traefik/e2e/docker/docker-compose.yml index b897871..2f917a4 100644 --- a/plugins/traefik/e2e/docker/docker-compose.yml +++ b/plugins/traefik/e2e/docker/docker-compose.yml @@ -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