diff --git a/dev/Dockerfile.postgres_profile_docker_k8s b/dev/Dockerfile.postgres_profile_docker_k8s index e7af7cfc2..9b4768a7a 100644 --- a/dev/Dockerfile.postgres_profile_docker_k8s +++ b/dev/Dockerfile.postgres_profile_docker_k8s @@ -1,6 +1,6 @@ FROM python:3.9 -RUN pip install dbt-postgres==1.3.1 psycopg2==2.9.3 pytz +RUN pip install dbt-postgres==1.8.2 psycopg2==2.9.3 pytz ENV POSTGRES_DATABASE=postgres ENV POSTGRES_HOST=postgres-postgresql.default.svc.cluster.local