From 7c6fae2c3848fe8ad161ce35d3423898cea5fde8 Mon Sep 17 00:00:00 2001 From: Justin Alvarez Date: Mon, 22 Jul 2024 15:46:08 -0400 Subject: [PATCH] Update getting started version Signed-off-by: Justin Alvarez --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 285d84d22..85582dfa4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -54,7 +54,7 @@ directory (`/usr/local/bin`): > You can find other download link in the release page that matches your machine. ```shell -version="0.6.1" +version="0.7.0" wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc ```