From 5a3681e07e54d1751a06ba37c14eaf7bc060dcb3 Mon Sep 17 00:00:00 2001 From: airflow-oss-bot Date: Tue, 19 Dec 2023 00:06:19 +0000 Subject: [PATCH] Update runtime image tag to 10.0.0-python-3.9-base --- .circleci/integration-tests/Dockerfile.astro_cloud | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index 2398d19d2..b89185b8d 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -1,5 +1,5 @@ # Deploy from astro runtime image -FROM quay.io/astronomer/astro-runtime:9.6.0-python-3.9-base +FROM quay.io/astronomer/astro-runtime:10.0.0-python-3.9-base ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False ENV AWS_NUKE_VERSION=v2.17.0 diff --git a/Makefile b/Makefile index 3987ee1b4..c17739bac 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ifeq (run-mypy,$(firstword $(MAKECMDGOALS))) $(eval $(RUN_ARGS):;@:) endif -ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:9.6.0-python-3.9-base" +ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:10.0.0-python-3.9-base" dev: ## Create a development Environment using `docker compose` file. IMAGE_NAME=$(ASTRO_RUNTIME_IMAGE_NAME) docker compose -f dev/docker-compose.yaml up -d