Skip to content

Commit

Permalink
Update runtime image tag to 10.5.0-python-3.9-base (#1490)
Browse files Browse the repository at this point in the history
Co-authored-by: airflow-oss-bot <[email protected]>
  • Loading branch information
github-actions[bot] and airflow-oss-bot authored Mar 12, 2024
1 parent 2c16514 commit 58b2025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deploy from astro runtime image
FROM quay.io/astronomer/astro-runtime:10.4.0-python-3.9-base
FROM quay.io/astronomer/astro-runtime:10.5.0-python-3.9-base

ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False
ENV AWS_NUKE_VERSION=v2.17.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ifeq (run-mypy,$(firstword $(MAKECMDGOALS)))
$(eval $(RUN_ARGS):;@:)
endif

ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:10.4.0-python-3.9-base"
ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:10.5.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
Expand Down

0 comments on commit 58b2025

Please sign in to comment.