Skip to content

Commit 4f36eb1

Browse files
Merge pull request #1386 from jasonrandrews/review
update Sysbox version
2 parents 1de7a49 + fbfefa4 commit 4f36eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/install-guides/sysbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Download the Sysbox official package from [Sysbox Releases](https://github.com/n
6363
You can download the Debian package for Arm from the command line:
6464

6565
```bash
66-
wget https://downloads.nestybox.com/sysbox/releases/v0.6.4/sysbox-ce_0.6.4-0.linux_arm64.deb
66+
wget https://downloads.nestybox.com/sysbox/releases/v0.6.5/sysbox-ce_0.6.5-0.linux_arm64.deb
6767
```
6868

6969
Install the package using the `apt` command:
7070

7171
```bash
72-
sudo apt-get install ./sysbox-ce_0.6.4-0.linux_arm64.deb -y
72+
sudo apt-get install ./sysbox-ce_0.6.5-0.linux_arm64.deb -y
7373
```
7474

7575
If you are not using a Debian-based Linux distribution, you can use instructions to build Sysbox from the source code. Refer to [Sysbox Developer's Guide: Building & Installing](https://github.com/nestybox/sysbox/blob/master/docs/developers-guide/build.md) for further information.

0 commit comments

Comments
 (0)