mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
22 lines
636 B
ReStructuredText
22 lines
636 B
ReStructuredText
Updating Hasura GraphQL engine
|
|
==============================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
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>
|
|
|
|
Based on your deployment method, follow the appropriate guide to update the GraphQL engine version you're running:
|
|
|
|
- :doc:`Updating on Heroku <heroku/updating>`
|
|
- :doc:`Updating on Docker <docker/updating>`
|
|
- :doc:`Updating on Kubernetes <kubernetes/updating>`
|