This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b33fd8  Update release_validation_linux_macos.md
8b33fd8 is described below

commit 8b33fd8913c00dacd202dd32e913cd277368a13b
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Fri Jun 7 05:42:45 2024 -0700

    Update release_validation_linux_macos.md
    
    - fix typo
    - update Pulsar docker image tag
---
 docs/release_validation_linux_macos.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/release_validation_linux_macos.md 
b/docs/release_validation_linux_macos.md
index 4c0295e..7f62cf6 100644
--- a/docs/release_validation_linux_macos.md
+++ b/docs/release_validation_linux_macos.md
@@ -22,9 +22,9 @@ dotnet --info
 
 ## Validating source release
 
-Set exvironment variables
+Set environment variables
 ```shell
-export DOTPULSAR_VERSION_RC=3.1.2-rc.1
+export DOTPULSAR_VERSION_RC=3.3.0-rc.1
 export DOTPULSAR_VERSION=${DOTPULSAR_VERSION_RC%-rc.*}
 ```
 
@@ -85,7 +85,7 @@ await consumer.Acknowledge(message);
 Console.WriteLine("Acknowledged message");
 EOF
 dotnet build
-docker run --name pulsar-standalone -d --rm -it -p 8080:8080 -p 6650:6650 
apachepulsar/pulsar:3.0.4 /pulsar/bin/pulsar standalone -nss -nfw
+docker run --name pulsar-standalone -d --rm -it -p 8080:8080 -p 6650:6650 
apachepulsar/pulsar:3.0.5 /pulsar/bin/pulsar standalone -nss -nfw
 dotnet run
 docker stop pulsar-standalone
 ```

Reply via email to