Bump version to 0.11.1

This commit is contained in:
jiangjianfeng
2024-12-30 06:39:28 +00:00
committed by Tate, Hongliang Tian
parent cbe6e54b82
commit bfc71d1b27
22 changed files with 51 additions and 51 deletions

View File

@ -48,7 +48,7 @@ docker run -it --privileged \
--network=host \
--device=/dev/kvm \
-v $(pwd)/asterinas:/root/asterinas \
asterinas/asterinas:0.11.0
asterinas/asterinas:0.11.1
```
3. Inside the container, go to the project folder to build and run Asterinas.

View File

@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas
2. Run a Docker container as the development environment.
```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.11.0-tdx
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.11.1-tdx
```
3. Inside the container,