diff --git a/Dockerfile b/Dockerfile index a5906a3a..9097a8cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hasura/graphql-engine:v2.33.3-ce.cli-migrations-v3.ubuntu AS hasura-generic +FROM hasura/graphql-engine:v2.39.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"