Skip to content

Commit 4e1bd6e

Browse files
authored
Update container-registry-tutorial-sign-trusted-ca.md
1 parent 16ac814 commit 4e1bd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-tutorial-sign-trusted-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ In this article:
4242
4343
## Install the notation CLI and AKV plugin
4444

45-
1. Install Notation v1.1.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
45+
1. Install Notation v1.2.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
4646

4747
```bash
4848
# Download, extract and install
49-
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.1.0/notation_1.1.0_linux_amd64.tar.gz
49+
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
5050
tar xvzf notation.tar.gz
5151

5252
# Copy the notation cli to the desired bin directory in your PATH, for example

0 commit comments

Comments
 (0)