From c606cfa6c65c6c24bb3de74b905c153754149320 Mon Sep 17 00:00:00 2001 From: Ryan Hatter <25823361+RNHTTR@users.noreply.github.com> Date: Mon, 20 May 2024 19:34:39 -0400 Subject: [PATCH] Update astro.rst -- use latest Astro Runtime --- docs/getting_started/astro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/astro.rst b/docs/getting_started/astro.rst index 816c6622a..f7e9942bc 100644 --- a/docs/getting_started/astro.rst +++ b/docs/getting_started/astro.rst @@ -25,7 +25,7 @@ Create a virtual environment in your ``Dockerfile`` using the sample below. Be s .. code-block:: docker - FROM quay.io/astronomer/astro-runtime:10.0.0 + FROM quay.io/astronomer/astro-runtime:11.3.0 # install dbt into a virtual environment RUN python -m venv dbt_venv && source dbt_venv/bin/activate && \