From 1e47049c6578f561075a83390895c7c22a3300a5 Mon Sep 17 00:00:00 2001
From: Akshith Gunasheelan
<126816102+akshith-gunasheelan@users.noreply.github.com>
Date: Mon, 21 Oct 2024 09:59:26 +0530
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b9eb0fe6..057c39b1 100644
--- a/README.md
+++ b/README.md
@@ -97,13 +97,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image.
```bash
- $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.1.0-OV9.1
+ $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.2.0-OV9.2
```
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests
```bash
- $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.1.0-OV9.1 /bin/sh
+ $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.2.0-OV9.2 /bin/sh
```