diff --git a/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml b/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml index 23d80ee..ca9be79 100644 --- a/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml +++ b/plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml @@ -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 \ No newline at end of file diff --git a/plugins/proxywasm/e2e/envoy/docker/compose.yaml b/plugins/proxywasm/e2e/envoy/docker/compose.yaml index ca620b8..5454a5c 100644 --- a/plugins/proxywasm/e2e/envoy/docker/compose.yaml +++ b/plugins/proxywasm/e2e/envoy/docker/compose.yaml @@ -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 \ No newline at end of file