# การอัพเดทเวอร์ชัน

ให้ทำการ Pull Docker Image ลงไปใหม่ดังนี้&#x20;

```bash
$ docker pull ghcr.io/jittagornp/iwallet 
```

ตัวอย่าง

```bash
$ docker pull ghcr.io/jittagornp/iwallet 

Using default tag: latest
latest: Pulling from jittagornp/iwallet
33847f680f63: Already exists
47d5ef013a61: Already exists
0e6aa028937a: Already exists
cabac214cb3b: Already exists
92d414a4e202: Pull complete
6cb5591e9a8e: Pull complete
Digest: sha256:7f63dca10baed821c5d20a6a9b6cea8377cbe0a9e34408f4cbcab0a60d69e25e
Status: Downloaded newer image for ghcr.io/jittagornp/iwallet:latest
ghcr.io/jittagornp/iwallet:latest
```

**หมายเหตุ**

* เวอร์ชัน Free เปลี่ยน Repository จาก  `ghcr.io/jittagornp/iwallet` เป็น `jittagornp/iwallet`

Docker จะทำการดึง Image เวอร์ชันล่าสุด (Latest Image) ไปทับ Image เดิมที่เคยมี

จากนั้นก็ลบ Bot/Container (ลบแค่ Container น่ะ) ด้วยคำสั่ง

```bash
$ docker stop iwallet && docker rm iwallet
```

แล้ว Run ใหม่เหมือนเดิมกับตอนที่ [Run Bot](/installation/run-bot.md) ครั้งแรก

ถ้าไม่ได้ ลองลบ Image เก่าออกก่อน ด้วยคำสั่ง

```bash
$ docker rmi ghcr.io/jittagornp/iwallet
```

แล้วค่อย Pull Image ลงไปใหม่


---

# 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://iwallet.jittagornp.me/update.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.
