bump version
This commit is contained in:
parent
d3cf3721e7
commit
528e3cfcb1
@ -46,14 +46,14 @@ You only need to replace you `docker build` command with the same `dive build` c
|
|||||||
|
|
||||||
**Ubuntu/Debian**
|
**Ubuntu/Debian**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.deb
|
wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.deb
|
||||||
sudo apt install ./dive_0.0.4_linux_amd64.deb
|
sudo apt install ./dive_0.0.5_linux_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
**RHEL/Centos**
|
**RHEL/Centos**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.rpm
|
wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.rpm
|
||||||
rpm -i dive_0.0.4_linux_amd64.rpm
|
rpm -i dive_0.0.5_linux_amd64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
**Mac**
|
**Mac**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user