diff --git a/openvds.py b/openvds.py
index 38934ff2a56d17831318bd8172b58565c34c4c36..c77c4ff08f3a321d2c3415c4230d6f6824ac5574 100644
--- a/openvds.py
+++ b/openvds.py
@@ -59,7 +59,7 @@ env_vars = {
 
 dag = DAG(DAG_NAME, default_args=default_args, schedule_interval=None, dagrun_timeout=timedelta(minutes=60))
 
-docker_image = f"{os.environ['VDS_OPERATOR_IMAGE']}"
+docker_image = f"{os.environ['VDS_OPERATOR_IMAGE']}" #azure version community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/open-vds/openvds-ingestion:3.1.41
 #the docker image can be hard coded or using a airflow variable to specify
 # please make sure you have onboarded the Docker image from OSDU Forum Registry to the deployment environment
 # or configure docker session login to OSDU Forum registry
@@ -106,4 +106,4 @@ with dag:
         trigger_rule="all_done"
     )
 
-update_status_running >> openvds_converter >> process_single_manifest_file >> update_status_finished # pylint: disable=pointless-statement
\ No newline at end of file
+update_status_running >> openvds_converter >> process_single_manifest_file >> update_status_finished # pylint: disable=pointless-statement