Skip to content

Commit bbb8634

Browse files
authored
Merge pull request #9 from astronomer/upgrade-runtime-12
Upgrade project to Astro Runtime 12.1.1
2 parents 7ddbefa + cd0d7b4 commit bbb8634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM quay.io/astronomer/astro-runtime:11.3.0
1+
FROM quay.io/astronomer/astro-runtime:12.1.1
22

33
# install dbt into a virtual environment
44
RUN python -m venv dbt_venv && source dbt_venv/bin/activate && \
5-
pip install --no-cache-dir dbt-postgres==1.5.4 && deactivate
5+
pip install --no-cache-dir dbt-postgres==1.8.2 && deactivate
66

77
# set a connection to the airflow metadata db to use for testing
88
ENV AIRFLOW_CONN_AIRFLOW_METADATA_DB=postgresql+psycopg2://postgres:postgres@postgres:5432/postgres

0 commit comments

Comments
 (0)