> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-claude-jolly-knuth-4rxce7.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update App

> Update your container to a new image version.

To update a [deployed container](/magic-containers/quickstart) to a new image version, make sure the new version is available in your container registry, then follow these steps.

<Steps>
  <Step title="Open container settings">
    Go to **Magic Containers** and select the container you want to update. Click **Container Settings**, then click **Edit**.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-claude-jolly-knuth-4rxce7/waRmewxu_vg2oMTh/images/magic-containers/edit-container-settings.png?fit=max&auto=format&n=waRmewxu_vg2oMTh&q=85&s=6643c45125d7f6eded33b16b1fc2f028" alt="Edit container settings" width="1248" height="1036" data-path="images/magic-containers/edit-container-settings.png" />
    </Frame>
  </Step>

  <Step title="Select new image version">
    Select the new version from the image dropdown.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-claude-jolly-knuth-4rxce7/waRmewxu_vg2oMTh/images/magic-containers/select-image-and-tag.png?fit=max&auto=format&n=waRmewxu_vg2oMTh&q=85&s=7e45cdcb731ab7c90ec39da01609266a" alt="Select image and tag" width="1458" height="618" data-path="images/magic-containers/select-image-and-tag.png" />
    </Frame>
  </Step>

  <Step title="Update container">
    Click **Update Container** to deploy the new version.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-claude-jolly-knuth-4rxce7/waRmewxu_vg2oMTh/images/magic-containers/update-container.png?fit=max&auto=format&n=waRmewxu_vg2oMTh&q=85&s=8c59562326de8195057d106b40cfdbe9" alt="Update container" width="854" height="152" data-path="images/magic-containers/update-container.png" />
    </Frame>
  </Step>

  <Step title="Save changes">
    If there are no other changes to make to the app, click **Save Changes** to trigger a new deployment.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-claude-jolly-knuth-4rxce7/waRmewxu_vg2oMTh/images/magic-containers/save-changes.png?fit=max&auto=format&n=waRmewxu_vg2oMTh&q=85&s=3ccf5b96823fe83d6bc893b5e5cdd1e3" alt="Save changes" width="770" height="120" data-path="images/magic-containers/save-changes.png" />
    </Frame>

    Confirm the changes in the modal that pops up.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2-claude-jolly-knuth-4rxce7/waRmewxu_vg2oMTh/images/magic-containers/confirm-changes.png?fit=max&auto=format&n=waRmewxu_vg2oMTh&q=85&s=173da5511df6ae78d5412cec3f1ac643" alt="Confirm changes" width="800" height="562" data-path="images/magic-containers/confirm-changes.png" />
    </Frame>

    Once saved, you'll see a **Processing** indicator while the app restarts with the new image version.
  </Step>
</Steps>

<Info>
  To automate deployments, you can use a [GitHub
  Action](/magic-containers/deploy-with-github-actions) to update your container
  whenever you push changes to your repository.
</Info>
