Skip to content

Commit

Permalink
Update astro.rst -- use latest Astro Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
RNHTTR authored May 20, 2024
1 parent cb70188 commit c606cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/astro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit c606cfa

Please sign in to comment.