bump version

This commit is contained in:
Alex Goodman 2018-10-24 08:08:45 -04:00
parent d3cf3721e7
commit 528e3cfcb1
No known key found for this signature in database
GPG Key ID: 05328C611D8A520E

View File

@ -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**