From 8d6237fc3ec2035e2d90b69c7e51a8872ae77071 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 21 Oct 2024 21:36:18 +0000 Subject: [PATCH] chore: Update ferretdb/app.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- ferretdb/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferretdb/app.yaml b/ferretdb/app.yaml index 3cd95b36..6b2671b4 100644 --- a/ferretdb/app.yaml +++ b/ferretdb/app.yaml @@ -36,7 +36,7 @@ spec: app: ferretdb spec: containers: - - image: postgres:16.4 + - image: postgres:17 name: postgresql env: - name: POSTGRES_USER