Skip to content

Commit

Permalink
fix(hasura): update hasura version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Dec 7, 2022
1 parent bed4c2c commit 19eb7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
HAPI_CREATE_ACCOUNT_ACTION_NAME: '${HAPI_CREATE_ACCOUNT_ACTION_NAME}'
hasura:
container_name: '${STAGE}-${APP_NAME}-hasura'
image: hasura/graphql-engine:v2.15.1.cli-migrations-v3
image: hasura/graphql-engine:v2.16.0.cli-migrations-v3
ports:
- '8080:8080'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion hasura/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hasura/graphql-engine:v2.15.1.cli-migrations-v3
FROM hasura/graphql-engine:v2.16.0.cli-migrations-v3

ENV HASURA_GRAPHQL_MIGRATIONS_DIR /hasura-migrations
ENV HASURA_GRAPHQL_METADATA_DIR /hasura-metadata
Expand Down

0 comments on commit 19eb7c9

Please sign in to comment.