From 5edf01d1b452485ef1d9844b8ccab8884ded7b5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:23:14 +0000 Subject: [PATCH] Update hasura/graphql-engine Docker tag to v2.31.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb211988..0f598957 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.31.0-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"