Skip to content

Commit 88bb126

Browse files
authored
Update container-registry-tutorial-sign-build-push.md
Update the Notation version to v1.0.0-RC.5
1 parent c601019 commit 88bb126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ In this tutorial:
3131
3232
## Install the notation CLI and AKV plugin
3333

34-
1. Install notation v1.0.0-rc.4 on a Linux environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
34+
1. Install notation v1.0.0-rc.5 on a Linux environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
3535

3636
```bash
3737
# Download, extract and install
38-
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.0.0-rc.4/notation_1.0.0-rc.4_linux_amd64.tar.gz
38+
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.0.0-rc.5/notation_1.0.0-rc.5_linux_amd64.tar.gz
3939
tar xvzf notation.tar.gz
4040

4141
# Copy the notation cli to the desired bin directory in your PATH

0 commit comments

Comments
 (0)