graphql-engine/docs/graphql/manual/deployment/updating.rst

17 lines
562 B
ReStructuredText
Raw Normal View History

Updating Hasura GraphQL engine
==============================
The Hasura GraphQL engine runs off a Docker image and updates are as simple as changing the image tag.
The current latest version is:
.. raw:: html
<code>hasura/graphql-engine:<span class="latest-release-tag">latest</span></code>
2018-10-10 17:21:43 +03:00
Based on your deployment method, follow the appropriate guide to update the GraphQL engine version you're running:
2018-10-10 17:21:43 +03:00
- :doc:`Updating on Heroku <heroku/updating>`
- :doc:`Updating on Docker <docker/updating>`
- :doc:`Updating on Kubernetes <kubernetes/updating>`