docs/docs/deployment/updating-graphql-engine.mdx
import LatestRelease from '@site/src/components/LatestRelease';
The Hasura GraphQL Engine runs off a Docker image and updates are as simple as changing the image tag.
Based on your deployment method, follow the appropriate guide to update the GraphQL Engine version you're running:
:::info No-touch Engine Update in Hasura Cloud
Hasura Cloud offers no-touch update paths in a managed environment. For more information, read more about Hasura Cloud.
:::
The current latest stable version is:
<code> hasura/graphql-engine: <LatestRelease /> </code>The current latest pre-release version is:
<code> hasura/graphql-engine: <LatestRelease prerelease /> </code>:::info Note
Full stability with pre-release builds is not guaranteed. They are not recommended for production use.
:::