From fad07951bb5d971088a1bb15f9294b77fe569ee9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 29 Mar 2019 21:01:58 +0000 Subject: [PATCH] dive: Update to version 0.7.1 --- dive.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dive.json b/dive.json index 28de35981c..9d376c1c54 100644 --- a/dive.json +++ b/dive.json @@ -1,12 +1,12 @@ { - "version": "0.7.0", + "version": "0.7.1", "description": "A tool for exploring each layer in a docker image.", "homepage": "https://github.com/wagoodman/dive/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/wagoodman/dive/releases/download/v0.7.0/dive_0.7.0_windows_amd64.zip", - "hash": "f7b80c9701912fbb620d5ab1d229bda9dc1679d40607ef5049f601a85ea67032" + "url": "https://github.com/wagoodman/dive/releases/download/v0.7.1/dive_0.7.1_windows_amd64.zip", + "hash": "a8c7a1ee450cbe223808484e9ee6c36c24ef1d35179997426caf9d1fc6cd871d" } }, "bin": "dive.exe",