File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ cat <<'EOF_SCRIPT' >install_soci.sh
132132#!/bin/bash
133133# Set environment variables
134134ARCH=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)
135- version="0.11.1 "
135+ version="0.12.0 "
136136ARCHIVE=soci-snapshotter-$version-linux-$ARCH.tar.gz
137137
138138pushd /tmp
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ directory (`/usr/local/bin`):
5252> You can find other download link in the release page that matches your machine.
5353
5454``` shell
55- version=" 0.11.1 "
55+ version=" 0.12.0 "
5656wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version} /soci-snapshotter-${version} -linux-amd64.tar.gz
5757sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version} -linux-amd64.tar.gz soci soci-snapshotter-grpc
5858```
You can’t perform that action at this time.
0 commit comments