From a979c06e3f67fd0d954b1103d3e116b04b46df55 Mon Sep 17 00:00:00 2001 From: vastrahul1001 Date: Tue, 22 Aug 2023 16:44:40 +0530 Subject: [PATCH] buming runtime version to 9.0.0 --- python-sdk/tests_integration/astro_deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/tests_integration/astro_deploy/Dockerfile b/python-sdk/tests_integration/astro_deploy/Dockerfile index 47701097b5..b76f611448 100644 --- a/python-sdk/tests_integration/astro_deploy/Dockerfile +++ b/python-sdk/tests_integration/astro_deploy/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/astronomer/astro-runtime:9.9.0-base +FROM quay.io/astronomer/astro-runtime:9.0.0-base USER root RUN apt-get update -y && apt-get install -y git