From 762b64a0903d49454a31bcbc0317631c84d0e6e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:47:18 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v17 --- tests/manual/wc/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/wc/postgres.yaml b/tests/manual/wc/postgres.yaml index 67539c6e..31b91bc5 100644 --- a/tests/manual/wc/postgres.yaml +++ b/tests/manual/wc/postgres.yaml @@ -67,7 +67,7 @@ spec: - name: postgres # 13 because 14 does not work yet # https://github.com/Kong/kong/issues/8259 - image: docker.io/library/postgres:13.9-alpine + image: docker.io/library/postgres:17.0-alpine ports: - containerPort: 5432 protocol: TCP