From f36fd817119f849f315cac2a66545f14c32995be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:45:04 +0000 Subject: [PATCH] Update hasura/graphql-engine Docker tag to v2.32.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb211988..cc4ed572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hasura/graphql-engine:v2.20.1-ce.cli-migrations-v3.ubuntu AS hasura-generic +FROM hasura/graphql-engine:v2.32.1-ce.cli-migrations-v3.ubuntu AS hasura-generic # needed for enabling namespacing for logical databases. This env variable should be removed when this feature becomes stable ENV HASURA_GRAPHQL_EXPERIMENTAL_FEATURES="naming_convention"