From f876b33b81f42620e6c0c48464591b324349869b Mon Sep 17 00:00:00 2001 From: hasura-bot Date: Thu, 27 Feb 2025 16:42:07 +0000 Subject: [PATCH] update graphql-engine version to v2.46.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80f3ba8..5c13568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hasura/graphql-engine:v2.45.2 +FROM hasura/graphql-engine:v2.46.0 # Enable the console ENV HASURA_GRAPHQL_ENABLE_CONSOLE=true