From 331adf8dab0733e3af5362e0212f1405ee2c1042 Mon Sep 17 00:00:00 2001 From: vastrahul1001 Date: Tue, 22 Aug 2023 16:26:28 +0530 Subject: [PATCH] bumping 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 fa31fc44e..47701097b 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:8.8.0-base +FROM quay.io/astronomer/astro-runtime:9.9.0-base USER root RUN apt-get update -y && apt-get install -y git