From 2ca0e06754e45b0e8aecce0d03e1df2ed007bc6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:42:38 +0000 Subject: [PATCH] Update kong Docker tag to v3.8.0 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2ae42d2..9e3f6ea 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -729,7 +729,7 @@ services: retries: 5 test: [CMD-SHELL, kong health] timeout: 10s - image: "kong:${KONG_VERSION:-3.7.1}" + image: "kong:${KONG_VERSION:-3.8.0}" ports: - 8001:8001 - 8000:8000