From e82698eca2aaab495dd5f696620c648a942f3efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:58:51 +0000 Subject: [PATCH] Bump hasura/graphql-engine Bumps hasura/graphql-engine from v1.3.3.cli-migrations to v1.3.4.cli-migrations. --- updated-dependencies: - dependency-name: hasura/graphql-engine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 291a533..d1a4c9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM hasura/graphql-engine:v1.3.3.cli-migrations +FROM hasura/graphql-engine:v1.3.4.cli-migrations COPY hasura/migrations /hasura-migrations