Skip to content

Commit

Permalink
Update astro.rst -- use latest Astro Runtime (#988)
Browse files Browse the repository at this point in the history
## Description

<!-- Add a brief but complete description of the change. -->

## Related Issue(s)

<!-- If this PR closes an issue, you can use a keyword to auto-close.
-->
<!-- i.e. "closes #0000" -->

## Breaking Change?

<!-- If this introduces a breaking change, specify that here. -->

## Checklist

- [ ] I have made corresponding changes to the documentation (if
required)
- [ ] I have added tests that prove my fix is effective or that my
feature works
  • Loading branch information
RNHTTR authored May 21, 2024
1 parent 62c8365 commit cda2a50
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 cda2a50

Please sign in to comment.