Skip to content

Commit

Permalink
update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitaker committed May 10, 2022
1 parent fb5a910 commit 72653aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Docker_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ FROM --platform=$build_for python:3.9.9-slim-bullseye as base
# N.B. The refs updated automagically every release via bumpversion
# N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@<some_version> is correct

ARG dbt_core_ref=dbt-core@v1.0.4
ARG dbt_postgres_ref=dbt-core@v1.0.4
ARG dbt_redshift_ref=dbt-redshift@v1.0.0
ARG dbt_bigquery_ref=dbt-bigquery@v1.0.0
ARG dbt_snowflake_ref=dbt-snowflake@v1.0.0
ARG dbt_spark_ref=dbt-spark@v1.0.0
ARG dbt_core_ref=dbt-core@v1.1.0
ARG dbt_postgres_ref=dbt-core@v1.1.0
ARG dbt_redshift_ref=dbt-redshift@v1.1.0
ARG dbt_bigquery_ref=dbt-bigquery@v1.1.0
ARG dbt_snowflake_ref=dbt-snowflake@v1.1.0
ARG dbt_spark_ref=dbt-spark@v1.1.0
# special case args
ARG dbt_spark_version=all
ARG dbt_third_party
Expand Down

0 comments on commit 72653aa

Please sign in to comment.