Skip to content

Commit

Permalink
Fixing adapter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz committed May 20, 2022
1 parent 37f01b0 commit 0864244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ FROM --platform=$build_for python:3.10.3-slim-bullseye as base

ARG dbt_core_ref=dbt-core@v1.1.1rc1
ARG dbt_postgres_ref=dbt-core@v1.1.1rc1
ARG dbt_redshift_ref=dbt-redshift@v1.1.1rc1
ARG dbt_bigquery_ref=dbt-bigquery@v1.1.1rc1
ARG dbt_snowflake_ref=dbt-snowflake@v1.1.1rc1
ARG dbt_spark_ref=dbt-spark@v1.1.1rc1
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 0864244

Please sign in to comment.