Skip to content

Commit 3594517

Browse files
author
Terry Howe
authored
Update download version to 1.1.0 (#268)
Closes #267 Signed-off-by: Terry Howe <[email protected]>
1 parent c898b66 commit 3594517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ORAS_CLI/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const os = [
2020
{
2121
label: 'Linux',
2222
value: 'linux',
23-
content: 'VERSION=\"1.0.0\"\ncurl -LO \"https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz\"\nmkdir -p oras-install/\ntar -zxf oras_${VERSION}_*.tar.gz -C oras-install/\nsudo mv oras-install/oras /usr/local/bin/\nrm -rf oras_${VERSION}_*.tar.gz oras-install/',
23+
content: 'VERSION=\"1.1.0\"\ncurl -LO \"https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz\"\nmkdir -p oras-install/\ntar -zxf oras_${VERSION}_*.tar.gz -C oras-install/\nsudo mv oras-install/oras /usr/local/bin/\nrm -rf oras_${VERSION}_*.tar.gz oras-install/',
2424
},
2525
];
2626

0 commit comments

Comments
 (0)