# Updates

{% hint style="info" %}
As a Celantur Container customer, you'll receive email notifications when a new release is available.
{% endhint %}

## Updating Celantur Container

By using the [celantur.sh](https://celantur-web.s3.eu-central-1.amazonaws.com/scripts/celantur.sh) script and a time-limited password (provided by Celantur via email), download the latest image from the Celantur Container Registry.&#x20;

**Steps to update Celantur Container:**

1. Receive a password from Celantur. It expires after 12 hours.
2. Assign the password to a variable: `export PASSWD=eyJ...4fQ==`
3. Use the [celantur.sh](https://celantur-web.s3.eu-central-1.amazonaws.com/scripts/celantur.sh) script with `bash celantur.sh --update` to download the latest release.&#x20;
4. Optional: Set `export VERSION=...` for a specific version. Default is `latest`. You can find version numbers in the [Release Notes](/container/release-notes.md).

{% hint style="info" %}
By purchasing the **Software Updates** package, you'll *always have access to the* [*latest releases*](/container/release-notes.md) of Celantur Container.

[We're happy to help you](https://www.celantur.com/contact/) with getting access to the newest features and improvements.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>⭐ <strong>Release Notes</strong><br>Discover the newest features and improvements for Celantur Container.</td><td></td><td></td><td><a href="/pages/VSDnBH3L56bKpZEgXGOt">/pages/VSDnBH3L56bKpZEgXGOt</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.celantur.com/container/requirements-and-installation/updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
