From c9db7d91fc2b3fe337c5fffaa78ca61ffcfc4dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:02:45 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.0 --- plugins/proxywasm/e2e/apacheapisix/docker/compose.yaml | 2 +- plugins/proxywasm/e2e/envoy/docker/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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