Skip to content

Commit 4e2e6c0

Browse files
GitHubsondavidb
authored andcommitted
Update getting started to v0.12.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ec9719 commit 4e2e6c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ cat <<'EOF_SCRIPT' >install_soci.sh
132132
#!/bin/bash
133133
# Set environment variables
134134
ARCH=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)
135-
version="0.11.1"
135+
version="0.12.0"
136136
ARCHIVE=soci-snapshotter-$version-linux-$ARCH.tar.gz
137137
138138
pushd /tmp

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5656
wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz
5757
sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc
5858
```

0 commit comments

Comments
 (0)