From 9dc58e17e55e13b47d8e04579f449d3acfa81de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Tue, 21 Apr 2026 21:46:56 +0200 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26dabc9..65983f3 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ See [src/pykmstool/kms_funcs.py](https://github.com/icedevml/pykmstool/tree/mast ``` docker run \ -v ./gcloud-config:/root/.config/gcloud \ - -it ghcr.io/icedevml/pykmstool:v2.0.3 \ + -it ghcr.io/icedevml/pykmstool:v2.1.0 \ -- \ sign-csr \ --key-version-name projects/example-project/locations/europe-west6/keyRings/ExampleKeyRing/cryptoKeys/ExampleRSAKey1/cryptoKeyVersions/1 \ @@ -140,6 +140,6 @@ Remember to invalidate your credentials after finishing work with the tool, whic ``` docker run \ -v ./gcloud-config:/root/.config/gcloud \ - -it ghcr.io/icedevml/pykmstool:v2.0.3 \ + -it ghcr.io/icedevml/pykmstool:v2.1.0 \ docker-revoke-credentials ```