From 6ad4906009f9fe57560b86b1f5239ce9a7bfd4c9 Mon Sep 17 00:00:00 2001 From: Johnson Shi Date: Tue, 20 Sep 2022 10:37:12 -0700 Subject: [PATCH] v0.0.3 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156139c..62c3d23 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ This is a command-line tool that shows the _**exact**_ Dockerfile commands that To install, run the following commands. ```bash -curl -LO https://github.com/johnsonshi/image-manifest-layer-history/releases/download/v0.0.2/image-layer-dockerfile-history +curl -LO https://github.com/johnsonshi/image-manifest-layer-history/releases/download/v0.0.3/image-layer-dockerfile-history chmod +x image-layer-dockerfile-history sudo mv image-layer-dockerfile-history /usr/local/bin ```