bump to v0.8.0

This commit is contained in:
Alex Goodman 2019-09-02 13:29:28 -04:00
parent 2b12b1ce11
commit d1804f350f
No known key found for this signature in database
GPG key ID: 98AF011C5C78EB7E

View file

@ -74,14 +74,14 @@ Analyze and image and get a pass/fail result based on the image efficiency and w
**Ubuntu/Debian**
```bash
wget https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_linux_amd64.deb
sudo apt install ./dive_0.7.2_linux_amd64.deb
wget https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_linux_amd64.deb
sudo apt install ./dive_0.8.0_linux_amd64.deb
```
**RHEL/Centos**
```bash
curl -OL https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_linux_amd64.rpm
rpm -i dive_0.7.2_linux_amd64.rpm
curl -OL https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_linux_amd64.rpm
rpm -i dive_0.8.0_linux_amd64.rpm
```
**Arch Linux**
@ -101,11 +101,11 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
brew install dive
```
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_darwin_amd64.tar.gz).
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_darwin_amd64.tar.gz).
**Windows**
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_windows_amd64.zip).
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_windows_amd64.zip).
**Go tools**
Requires Go version 1.9 or higher.