Skip to content

Commit

Permalink
Update runtime image tag to 11.5.0-slim-base
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot authored and Lee-W committed Jun 18, 2024
1 parent 6cecd61 commit 6a8e141
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:11.4.0-slim-base
FROM quay.io/astronomer/astro-runtime:11.5.0-slim-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:11.4.0-slim-base"
ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:11.5.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
Expand Down

0 comments on commit 6a8e141

Please sign in to comment.