We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ddbefa + cd0d7b4 commit bbb8634Copy full SHA for bbb8634
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM quay.io/astronomer/astro-runtime:11.3.0
+FROM quay.io/astronomer/astro-runtime:12.1.1
2
3
# install dbt into a virtual environment
4
RUN python -m venv dbt_venv && source dbt_venv/bin/activate && \
5
- pip install --no-cache-dir dbt-postgres==1.5.4 && deactivate
+ pip install --no-cache-dir dbt-postgres==1.8.2 && deactivate
6
7
# set a connection to the airflow metadata db to use for testing
8
ENV AIRFLOW_CONN_AIRFLOW_METADATA_DB=postgresql+psycopg2://postgres:postgres@postgres:5432/postgres
0 commit comments