File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ NOTE: These steps work only for Linux. Compile and run in a container
9595
9696#### Binaries
9797
98- The below instructions mirror that of the [ v0.4.7 release page] ( https://github.com/genuinetools/img/releases/tag/v0.4.7 ) .
98+ The below instructions mirror that of the [ v0.4.8 release page] ( https://github.com/genuinetools/img/releases/tag/v0.4.8 ) .
9999
100100``` console
101101# Export the sha256sum for verification.
102102$ export IMG_SHA256=" dad4cec955803d3e8f42b9348c3ae25ee5fca73369364cd4419f77ec1e713040"
103103
104104# Download and check the sha256sum.
105- $ curl -fSL " https://github.com/genuinetools/img/releases/download/v0.4.7 /img-linux-amd64" -o " /usr/local/bin/img" \
105+ $ curl -fSL " https://github.com/genuinetools/img/releases/download/v0.4.8 /img-linux-amd64" -o " /usr/local/bin/img" \
106106 && echo "${IMG_SHA256} /usr/local/bin/img" | sha256sum -c - \
107107 && chmod a+x "/usr/local/bin/img"
108108
Original file line number Diff line number Diff line change 1- v0.4.7
1+ v0.4.8
You can’t perform that action at this time.
0 commit comments