From ed310eb7b65b4df7c463cc03e43eebdc90919797 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:21:06 +0530 Subject: [PATCH] Update runtime image tag to 12.0.0-slim-base (#1566) Co-authored-by: airflow-oss-bot --- .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 31027bc05..285b0eadc 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:11.8.0-slim-base +FROM quay.io/astronomer/astro-runtime:12.0.0-slim-base ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False ENV AWS_NUKE_VERSION=v2.17.0 diff --git a/Makefile b/Makefile index 204b3f5a5..06cf221e0 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:11.8.0-slim-base" +ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:12.0.0-slim-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