Skip to content

Commit 49ef420

Browse files
authored
Merge pull request #5 from wbbly/dev
Upgrade Hasura to v1.3.0
2 parents fab3186 + 42114fa commit 49ef420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.override.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
volumes:
1717
- ./pgadmin_storage:/var/lib/pgadmin/storage
1818
graphql-engine:
19-
image: hasura/graphql-engine:v1.2.2
19+
image: hasura/graphql-engine:v1.3.0
2020
ports:
2121
- 8080:8080
2222
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- postgres
1212
restart: always
1313
graphql-engine:
14-
image: hasura/graphql-engine:v1.2.2
14+
image: hasura/graphql-engine:v1.3.0
1515
networks:
1616
- postgres
1717
restart: always

0 commit comments

Comments
 (0)